Documentation
Tagion
Random.value
tagion
utils
Random
Random
T
value
()
T
value
(const(T) max)
T
value
(const(T) from, const(T) to)
struct
Random
(T = uint)
@
nogc
T
value
(
const
(
T
)
from
,
const
(
T
)
to
)
Parameters
from
const
(
T
)
start value
to
const
(
T
)
until value
Return Value
Type:
T
random value in the range from..to
tagion
utils
Random
Random
functions
front
popFront
save
seed
toString
value