]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added gauss() (same as normal but twice as fast) and betavariate();
authorGuido van Rossum <guido@python.org>
Wed, 9 Mar 1994 14:21:05 +0000 (14:21 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Mar 1994 14:21:05 +0000 (14:21 +0000)
commit95bfcda3e0be2ace895e021296328a383eafb273
tree4d6f57163a88cac6f04b5a38ef7b60498f79f7d0
parentff03b1ae5bba4d6712563efb7c77ace57dbe6788
Added gauss() (same as normal but twice as fast) and betavariate();
print more statistics in test_generator()
Lib/random.py