Retrieve state of random number generator?
5 Jan
2006
5 Jan
'06
8:42 a.m.
Is it possible to retrieve the state of any of the random number generator? I would like to save it, in case the program crashes, such that on the next execution it can restart wherever it left off. Thanks, Joseph -- http://www.cs.nyu.edu/~turian/
14 Jan
14 Jan
11:53 p.m.
In case anyone is interested, I believe the correct solution is to use the
<< and >> operators to read and write state.
Joseph
On 1/5/06, Joseph Turian
Is it possible to retrieve the state of any of the random number generator?
I would like to save it, in case the program crashes, such that on the next execution it can restart wherever it left off.
Thanks,
Joseph
6880
Age (days ago)
6889
Last active (days ago)
1 comments
1 participants
participants (1)
-
Joseph Turian