crypto v0.1.8 (2019-03-14T12:01:58Z)
Dub
Repo
InsecureRandomGenerator.next
crypto
utils
InsecureRandomGenerator
Undocumented in source. Be warned that the author may not have intended to support it.
struct
InsecureRandomGenerator
T
next
(
T
=
uint
)
(
T
min
=
T.min
,
T
max
=
T.max
)
if
(
is
(
Unqual
!
T
==
uint
) ||
is
(
Unqual
!
T
==
int
)
||
is
(
Unqual
!
T
==
ubyte
)
||
is
(
Unqual
!
T
==
byte
)
)
Meta
Source
See Implementation
crypto
utils
InsecureRandomGenerator
functions
next