phobos-next ~master (2024-03-19T05:49:32Z)
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].