Simulation Programming with Python

4.1.1 Random numbers There are two groups of random-variate generations functions generally used, random from the Python Standard Library and the random variate generators in the scipy.stats model. A third source of random variate generators are those included in PyGSL, the Python interface to the GNU Scienti c Library ... ................
................