reset_seed()
Syntax
reset_seed(seed)
Resets the sequence of the randomizer used by rand
for this seed to its
initial state. Returns a boolean value indicating if the given seed has been
used or not.
reset_seed(seed)
Resets the sequence of the randomizer used by rand
for this seed to its
initial state. Returns a boolean value indicating if the given seed has been
used or not.