RandomNumberGenerator.randomize

Randomize a ubyte array.

class RandomNumberGenerator
abstract
void
randomize
(
ubyte* output
,
size_t length
)

Parameters

output ubyte*

the ubyte array to hold the random output.

length size_t

the length of the ubyte array output.

Meta