[Numpy-tickets] [NumPy] #488: seeded randint returns different values on 32 and 64bit architectures
NumPy
numpy-tickets@scipy....
Mon Apr 2 05:12:01 CDT 2007
#488: seeded randint returns different values on 32 and 64bit architectures
--------------------------+-------------------------------------------------
Reporter: benstone | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.random | Version: 1.0.1
Severity: normal | Keywords: randint
--------------------------+-------------------------------------------------
This returns different values on 32 and 64bit Ubuntu (feisty) - using
Numpy1.0.1
import numpy.random as r
r.seed(7777)
r.randint(10)
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/488>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list