crypto.random

Undocumented in source.

Members

Static variables

rnd
ARC4RandomGenerator rnd;

Undocumented in source.

rnd
PosixRandomGenerator rnd;

Undocumented in source.

rnd
InsecureRandomGenerator rnd;

Undocumented in source.

rnd
CryptGenRandomGenerator rnd;

Undocumented in source.

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