Does numpy.random yield the same random numbers (given a particular seed) on different architectures assuming the versions of python and numpy are the same on both machines?
Are there any good options that are machine independent across a wide range of python/library versions?