set_seed_array


Description:

[ Version ( since = "2.4" ) ]
public void set_seed_array (uint32[] seed, uint seed_length)

Initializes the random number generator by an array of longs.

Array can be of arbitrary size, though only the first 624 values are taken. This function is useful if you have many low entropy seeds, or if you require more then 32 bits of actual entropy for your application.

Parameters:

this

a Rand

seed

array to initialize with

seed_length

length of array