]> granicus.if.org Git - python/commit
SF patch 658251: Install a C implementation of the Mersenne Twister as the
authorRaymond Hettinger <python@rcn.com>
Sun, 29 Dec 2002 23:03:38 +0000 (23:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 29 Dec 2002 23:03:38 +0000 (23:03 +0000)
commit40f621709286a7a0f7e6f260c0fd020d0fac0de0
treebd602fee432a253a0f454fc696d14734f18dd915
parent5e65ce671c3d3113035dd7783b79d395c9d71b3d
SF patch 658251: Install a C implementation of the Mersenne Twister as the
core generator for random.py.
Doc/lib/librandom.tex
Lib/random.py
Lib/test/test_random.py
Misc/NEWS
Modules/_randommodule.c [new file with mode: 0644]
setup.py