crypto.random

Members

Structs

ARC4RandomGenerator
struct ARC4RandomGenerator

Cryptographically secure source of random numbers. Not available on all platforms.

CryptGenRandomGenerator
struct CryptGenRandomGenerator

Cryptographically secure source of random numbers. Not available on all platforms.

InsecureRandomGenerator
struct InsecureRandomGenerator

Fast but cryptographically insecure source of random numbers.

PosixRandomGenerator
struct PosixRandomGenerator

Cryptographically secure source of random numbers. Not available on all platforms.

Meta