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.

  1. enum string defaultPathToRandom;
    version(StdDdoc)
    enum string defaultPathToRandom;
  2. enum string defaultPathToRandom;
  3. enum defaultPathToRandom;

Meta