pub type Pcg64Mcg = Mcg128Xsl64;
Expand description
A friendly name for Mcg128Xsl64
.
Aliased Type§
struct Pcg64Mcg { /* private fields */ }
Implementations
Trait Implementations
Source§impl Clone for Mcg128Xsl64
impl Clone for Mcg128Xsl64
Source§fn clone(&self) -> Mcg128Xsl64
fn clone(&self) -> Mcg128Xsl64
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 Mcg128Xsl64
impl Debug for Mcg128Xsl64
Source§impl RngCore for Mcg128Xsl64
impl RngCore for Mcg128Xsl64
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 Mcg128Xsl64
We use a single 126-bit seed to initialise the state and select a stream.
Two seed
bits (lowest order of last byte) are ignored.
impl SeedableRng for Mcg128Xsl64
We use a single 126-bit seed to initialise the state and select a stream.
Two seed
bits (lowest order of last byte) are ignored.