[Module] crng 1.0

Per Kraulis per@sbc.su.se
Wed, 13 Dec 2000 06:51:57 -0500 (EST)


                                crng 1.0                                
                                --------                                

Random-number generators (RNGs) implemented as Python extension types
coded in C

The Python module crng implements random-number generators (RNGs) based
on several different algorithms producing uniform deviates in the open
interval (0,1), i.e. exclusive of the end-point values 0 and 1. A few
continuous and integer-valued non-uniform deviates are also available.
Each RNG algorithm is implemented as a separate Python extension type.
The RNG types are independent of each other, but have very similar
interfaces. The entire module is implemented as one single C source code
file.


       URL:  http://www.sbc.su.se/~per/crng

   License:  GPL
  Binaries:  Linux Red Hat 6.1, SGI IRIX 6.5

  Categories:  Math

Per Kraulis (per@sbc.su.se)
http://www.sbc.su.se/~per

--
<a href="http://www.sbc.su.se/~per/crng">crng 1.0</a> -- Random-number
generators (RNGs) implemented as Python extension types coded in C