phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
randInPlaceWithRange
nxt
random_ex
Randomize value
x
, optionally in range [
low
,
high
].
E
randInPlaceWithRange
(E x, E low, E high)
ref
E
randInPlaceWithRange
(
E
)
(
return
ref
E
x
,
E
low
,
E
high
)
if
(
isIntegral
!
E
)
E
randInPlaceWithRange
(E x, E low, E high)
Meta
Source
See Implementation
nxt
random_ex
aliases
randomize
randomized
functions
randInPlace
randInPlaceBlockwise
randInPlaceWithElementRange
randInPlaceWithRange
randomInstanceOf
structs
Xoroshiro128plus
Randomize value x, optionally in range [low, high].