random-bytes* ( n rnd -- byte-array )
Generating random integers ยป Random protocol

Prev:random-32* ( rnd -- n )
Next:seed-random ( rnd seed -- rnd )


Vocabulary
random

Inputs
nan integer
rnda random number generator


Outputs
byte-arraya sequence of random bytes


Word description
Generates a byte-array of n random bytes.

See also
random-bytes

Definition

GENERIC: random-bytes* ( n rnd -- byte-array )


Methods