Handbook
Glossary
g_rand_new_with_seed_array ( seed seed_length -- GRand* )
Vocabulary
glib
.
ffi
Inputs
seed
an
object
seed_length
an
object
Outputs
GRand*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GRand*
g_rand_new_with_seed_array
(
guint32
seed,
guint
seed_length )