Module block_prng

Module block_prng 

Source
Expand description

Holds the implementation of stream-block based PRNGs.

Structsยง

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