Re: [sage-devel] Py2 vs. Py3 and random functions

2019-02-26 Thread E. Madison Bray
On Tue, Feb 26, 2019 at 1:28 PM Jori Mäntysalo (TAU) wrote: > > Is this a known feature? > > ...~/sage$ ./sage -c 'set_random_seed(0); print(randint(1, 10^6))' > 111440 > > ...~/sage3$ ./sage -c 'set_random_seed(0); print(randint(1, 10^6))' > 116853 I wouldn't call it a "feature", but it is a kno

[sage-devel] Py2 vs. Py3 and random functions

2019-02-26 Thread TAU
Is this a known feature? ...~/sage$ ./sage -c 'set_random_seed(0); print(randint(1, 10^6))' 111440 ...~/sage3$ ./sage -c 'set_random_seed(0); print(randint(1, 10^6))' 116853 -- Jori Mäntysalo Tampereen yliopisto - Ihminen ratkaisee -- You received this message because you are subscribed to t