| random | index /usr/lib/python1.5/random.py |
# R A N D O M V A R I A B L E G E N E R A T O R S
#
# distributions on the real line:
# ------------------------------
# normal (Gaussian)
# lognormal
# negative exponential
# gamma
# beta
#
# distributions on the circle (angles 0 to 2pi)
# ---------------------------------------------
# circular uniform
# von Mises
| Modules | |||||||
| |||||||
| Classes | |||||||||||||||
| |||||||||||||||
| Functions | |||
| Constants | |||
LOG4 = 1.38629436112 NV_MAGICCONST = 1.71552776992 SG_MAGICCONST = 2.50407739678 TWOPI = 6.28318530718 e = 2.71828182846 pi = 3.14159265359 | |||