InsecureRandomGenerator.next

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