Struct pcg_rand::stream::OneSeqStream [] [src]

pub struct OneSeqStream;

This sequence stream defines constants as provided by the PCG paper. This struct is implemented with a macro to provide values for each Stream.

Trait Implementations

impl Stream<u32> for OneSeqStream
[src]

impl Stream<u64> for OneSeqStream
[src]

impl Stream<u128> for OneSeqStream
[src]

impl Rand for OneSeqStream
[src]

Generates a random instance of this type using the specified source of randomness. Read more