Module traits

Source
Expand description

Holds traits for random number generators and randomness sources.

Traitsยง

PseudoRandomNumberGenerator
Simple trait for pseudo random number generators. Types implementing this trait should aim for efficiency above all.
RandomnessSource
Simple trait for randomness source.