RandomG.randomizeUniformRSymm

randomizes the given variable like uniformRSymm and returns it (for some types this is potentially more efficient, both from the use of random numbers and speedwise)

class RandomG(SourceT = DefaultEngine)
U
randomizeUniformRSymm
(
U
V
bool boundCheck = true
bool excludeZero = isFloat!(StripAllArrays!(U))
)
(
ref U a
,
V to
)

Meta