summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-02-15 09:59:45 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-02-15 09:59:45 (GMT)
commit1bfd33f5732ba5f6d15e99d88e45a62a9cc42542 (patch)
tree41645c16b830701b494b636ccc855d90b43dd3cb
parent38c8354f3204441f6c6bd22213b449d2d8954fcc (diff)
downloadcpython-1bfd33f5732ba5f6d15e99d88e45a62a9cc42542.zip
cpython-1bfd33f5732ba5f6d15e99d88e45a62a9cc42542.tar.gz
cpython-1bfd33f5732ba5f6d15e99d88e45a62a9cc42542.tar.bz2
Update URL of Mersenne Twister Home Page (#20) (#114)
-rw-r--r--Modules/_randommodule.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c
index 95ad4a4..9ce7882 100644
--- a/Modules/_randommodule.c
+++ b/Modules/_randommodule.c
@@ -2,7 +2,7 @@
/* ------------------------------------------------------------------
The code in this module was based on a download from:
- http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html
+ http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html
It was modified in 2002 by Raymond Hettinger as follows:
@@ -60,8 +60,8 @@
Any feedback is very welcome.
- http://www.math.keio.ac.jp/matumoto/emt.html
- email: matumoto@math.keio.ac.jp
+ http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
+ email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
*/
/* ---------------------------------------------------------------*/