Rand.copy

Copies a #GRand into a new one with the same exact state as before. This way you can take a snapshot of the random number generator for replaying later.

class Rand
copy
()

Return Value

Type: glib.rand.Rand

the new #GRand