Module Crypto.Random

Inheritance graph
Builtin.RandomInterface Nettle.Fortuna Random.Fast Crypto.Random
Description

This module contains a pseudo random number generator (PRNG) designed to give you the best possible random number generation. The current design is based on the Fortuna PRNG, but uses the system random source as input.


Inherit Fast

inherit Random.Fast : Fast