[][src]Crate picorand

Structs

RNG

An abstraction over a PRNG with a specific seed.

WyRand

A WyRand PRNG instance. Note: This PRNG is NOT cryptographically secure.

Traits

PicoRandGenerate

Requirement for implicitly bounded RNG.

PicoRandRNG

Requirements for compatible PRNG.