randInPlaceBlockwise

Blockwise Randomize Contents of x of Array Type A. Randomizes in array blocks of type B.

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

Meta