Module traits

Module traits 

Source
Expand description

Holds entropy traits.

Traits§

EntropyConcreteGenerator
Generates random type based on surrounding entropy, i.e. based on what the operating system provides as “true” randomness.
EntropyGenerator
Generates randomness based on surrounding entropy, i.e. based on what the operating system provides as “true” randomness. The generator should be expected to be quite slow, but should also provide excelent randomness, as close to “true” randomness as possible.