defaultPathToRandom

The path to the default OS-provided cryptographic entropy generator. This should not be a blocking generator.

On Posix, this is "/dev/urandom". On Windows is empty string, because Windows uses a system call, not a file path, to retreive system entropy.

enum string defaultPathToRandom;

Meta