crypto ~master (2020-12-03T08:33:30Z)
Dub
Repo
InsecureRandomGenerator.next
crypto
random
InsecureRandomGenerator
struct
InsecureRandomGenerator
T
next
(
T
=
uint
)
(
T
min
=
T.min
,
T
max
=
T.max
)
if
(
isIntegral
!
T
)
Parameters
min
T
min inclusive
max
T
max inclusive
Return Value
Type:
T
x
such that
min <= x <= max
Meta
Source
See Implementation
crypto
random
InsecureRandomGenerator
functions
next