From: INADA Naoki Date: Wed, 15 Feb 2017 16:00:54 +0000 (+0900) Subject: Update URL of Mersenne Twister Home Page (GH-116) X-Git-Tag: v2.7.14rc1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f48ecddfb79ef541500ecfcbda0b4178af1cc29;p=thirdparty%2FPython%2Fcpython.git Update URL of Mersenne Twister Home Page (GH-116) --- diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c index 480df92eed28..4b9b0eb35d07 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) */ /* ---------------------------------------------------------------*/