Expand description
Holds entropy traits.
Traits§
- Entropy
Concrete Generator - Generates random type based on surrounding entropy, i.e. based on what the operating system provides as “true” randomness.
- Entropy
Generator - 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.