]> granicus.if.org Git - python/commitdiff
Update URL of Mersenne Twister Home Page (#20) (#115)
authorINADA Naoki <methane@users.noreply.github.com>
Wed, 15 Feb 2017 09:59:47 +0000 (18:59 +0900)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 15 Feb 2017 09:59:47 +0000 (10:59 +0100)
Modules/_randommodule.c

index 0d3282db8f2810c6c9e1a22e3874d7d237bd7a3a..e5dd2c961663849cf0b7f01183388e94652f72d6 100644 (file)
@@ -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)
 */
 
 /* ---------------------------------------------------------------*/