Generating two differnet pseudorandom numbers using the same seed

Posted by user1 on Stack Overflow See other posts from Stack Overflow or by user1
Published on 2010-06-02T04:43:35Z Indexed on 2010/06/02 4:53 UTC
Read the original article Hit count: 189

Is it possible to generate two different psuedorandom numbers on two separate program runs without using time as the seed? i.e. using the same seed on both runs, is it possible to get two different numbers?

© Stack Overflow or respective owner

Related posts about random

Related posts about pseudo-random-numbers