Function
GLib Randnew_with_seed_array
since: 2.4
Declaration [src]
GRand*
g_rand_new_with_seed_array(
constguint32*seed,
guintseed_length
)
Parameters
seed-
Type:
const guint32*An array of seeds to initialize the random number generator.
The data is owned by the caller of the function. seed_length-
Type:
guintAn array of seeds to initialize the random number generator.
Return value
Type: GRand
The new GRand.
The caller of the function takes ownership of the data, and is responsible for freeing it.