CryptGenRandomGenerator

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

Members

Functions

front
uint front()

Undocumented in source. Be warned that the author may not have intended to support it.

next
T next(T min, T max)
popFront
void popFront()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
enum bool empty;

Undocumented in source.

isUniformRandom
enum bool isUniformRandom;

Undocumented in source.

max
enum uint max;

Undocumented in source.

min
enum uint min;

Undocumented in source.

Meta