> On Fri, Dec 30, 2011 at 15:13, Alan wrote:
>>> If I seed NumPy's random number generator, I get the
>>> expected sequence.
On 12/30/2011 10:36 AM, Robert Kern wrote:
> What do you mean by "expected"? Where are these expectations coming
> from? Other implementations of the Mersenne Twister?
On Fri, Dec 30, 2011 at 15:13, Alan G Isaac wrote:
> If I seed NumPy's random number generator, I get the
> expected sequence.
What do you mean by "expected"? Where are these expectations coming
from? Other implementations of the Mersenne Twister?
> If I use the same seed for Python's
> random n
If I seed NumPy's random number generator, I get the
expected sequence. If I use the same seed for Python's
random number generator, I get a different sequence.
1. Why does the Python sequence differ from others?
2. Can I somehow put both MT's in a common state?
Thank you,
Alan Isaac
_