The Helmbolds wrote: > > Python bases its random number generators on the Mersenne Twister. > > Do Numeric and SciPy also base their random number generators on the > Mersenne Twister? If not, what do they use?
Numeric, numarray and scipy 0.3 use RANLIB. http://www.stat.umn.edu/HELP/ranlib-docs/ranlib-docs.html scipy_core (Numeric's and numarray's replacement) and, by extension, scipy 0.4 use the Mersenne Twister. -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter -- http://mail.python.org/mailman/listinfo/python-list