Skip to main content

Module stream_prng

Module stream_prng 

Source
Expand description

Holds the implementation of the stream-based PRNG.

Structsยง

StreamPRNG
The standard stream-based PRNG. It accepts a stream and implements the PRNGenerator trait on top of it.