Discussion and fix can be found here: http://sourceforge.net/tracker/index.php?func=detail&aid=1009309&group_id=1369&atid=450446 -----Original Message----- From: Robert Kern [mailto:rkern@ucsd.edu] Sent: Thu 8/26/2004 3:03 PM To: SciPy Developers List Cc: Subject: [SciPy-dev] Random integers stats.randint.rvs(min, max) doesn't always do the right thing. Namely, it will occasionally give a number equal to max. Numeric's RandomArray.randint(min, max) doesn't seem to have this problem (or at least the sample size needed to show it is rather higher than that for stats.randint). Oddly enough, they seem to do the same computation. Any thoughts? -- Robert Kern rkern@ucsd.edu "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.net http://www.scipy.net/mailman/listinfo/scipy-dev
participants (1)
-
Charles Harris