pub type Pcg32 = Lcg64Xsh32;
Expand description
Lcg64Xsh32
is also officially known as pcg32
.
Aliased Type§
struct Pcg32 { /* private fields */ }
Implementations
Trait Implementations
Source§impl Clone for Lcg64Xsh32
impl Clone for Lcg64Xsh32
Source§fn clone(&self) -> Lcg64Xsh32
fn clone(&self) -> Lcg64Xsh32
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Lcg64Xsh32
impl Debug for Lcg64Xsh32
Source§impl RngCore for Lcg64Xsh32
impl RngCore for Lcg64Xsh32
Source§fn fill_bytes(&mut self, dest: &mut [u8])
fn fill_bytes(&mut self, dest: &mut [u8])
Fill
dest
with random data. Read moreSource§impl SeedableRng for Lcg64Xsh32
We use a single 127-bit seed to initialise the state and select a stream.
One seed
bit (lowest bit of seed[8]
) is ignored.
impl SeedableRng for Lcg64Xsh32
We use a single 127-bit seed to initialise the state and select a stream.
One seed
bit (lowest bit of seed[8]
) is ignored.