appbase v0.1.6 (2019-09-16T04:23:32Z)
Dub
Repo
InsecureRandomGenerator.next
appbase
utils
utility
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
)
||
is
(
Unqual
!
T
==
ulong
)
||
is
(
Unqual
!
T
==
long
)
||
is
(
Unqual
!
T
==
ushort
)
||
is
(
Unqual
!
T
==
short
)
||
is
(
Unqual
!
T
==
size_t
)
)
Meta
Source
See Implementation
appbase
utils
utility
InsecureRandomGenerator
functions
next