RandG.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. Since 2.4

class RandG
copy
()

Return Value

Type: RandG

the new GRand.

Meta