randInPlaceBlockwise

Blockwise-randomize elements of x of array type A. Randomizes in array blocks of type B.

ref
A
randInPlaceBlockwise
(
B = size_t
A
)
(
ref A x
)
if (
isArray!A &&
isIntegral!(ElementType!A)
)

Meta