crypto v0.2.14 (2020-09-01T02:12:58Z)
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.