Jan. 29, 2011
11:41 p.m.
Hi Danny, On Sat, Jan 29, 2011 at 07:59:34PM +0000, creslin@gmail.com wrote:
Why not simply copy the sequence generated if you need the same?
Because it would be easier to have something like srand(seed) and later on rand() instead of managing a list of generated numbers etc. Of course, providing a list of generated data could be a solution.