random_source_randomize(rs)
random_source_pseudo_randomize(rs, i , j)
Change the state of the random source object rs
.
Random_source_randomize
sets the random source object to a state that depends on the current time (which for typical
uses can be considered to randomly initialize the state).
Random_source_pseudo_randomize
sets the random source object to a state that is determined
only by the current state and the nonnegative exact integers i
and j
.
Return void
.