Function

GLib-2.0GLibrandom_set_seed

  • Sets the seed for the global random number generator, which is used by the g_random_* functions, to seed.

    Parameters

    • seed: number

      a value to reinitialize the global random number generator

    Returns void