crypto v0.2.13 (2019-12-12T01:33:54Z)
Dub
Repo
InsecureRandomGenerator
crypto
random
Fast but cryptographically insecure source of random numbers.
version
(!
Posix
)
struct
InsecureRandomGenerator {
T
next
(
T
min
=
T
.
min
,
T
max
=
T
.
max
)
;
}
Members
Functions
next
T
next
(
T
min
=
T
.
min
,
T
max
=
T
.
max
)
Meta
Source
See Implementation
crypto
random
structs
ARC4RandomGenerator
CryptGenRandomGenerator
InsecureRandomGenerator
PosixRandomGenerator
Fast but cryptographically insecure source of random numbers.