pub struct UniqueSeqStream;
Expand description

This stream provides a stream based on the current location of the generator in memory. This means that two PCG with the same seed can produce different sequences of numbers. Though if the generator is moved it will change the stream.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.