ddn.crypto.random

Secure random number generation implementation.

Types 1

Implementation of a cryptographically secure random number generator.

Uses the operating system's CSPRNG:

  • POSIX: /dev/urandom
  • Windows: BCryptGenRandom with the system-preferred RNG