InsecureRandomGenerator.next

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