turborand 0.10.1

Fast random number generators
Documentation
1
2
3
4
5
6
7
8
//! Internal structs and traits for the `WyRand` PRNGs.
#[cfg(feature = "chacha")]
pub(crate) mod buffer;

#[cfg(feature = "wyrand")]
pub(crate) mod state;

pub(crate) mod uniform;