crypto ~master (2020-12-03T08:33:30Z)
Dub
Repo
InsecureRandomGenerator
crypto
random
Fast but cryptographically insecure source of random numbers.
version(!SecureARC4Random && !Windows && !Posix)
struct
InsecureRandomGenerator {
T
next
(T min, T max);
}
Members
Functions
next
T
next
(T min, T max)
Meta
Source
See Implementation
crypto
random
static variables
rnd
structs
ARC4RandomGenerator
CryptGenRandomGenerator
InsecureRandomGenerator
PosixRandomGenerator
Fast but cryptographically insecure source of random numbers.