Skip to content

Commit 0ce2225

Browse files
committed
#16014: merge with 3.2.
2 parents 22340be + 4f24af0 commit 0ce2225

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/license.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Mersenne Twister
327327
----------------
328328

329329
The :mod:`_random` module includes code based on a download from
330-
http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
330+
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
331331
the verbatim comments from the original code::
332332

333333
A C-program for MT19937, with initialization improved 2002/1/26.
@@ -368,8 +368,8 @@ the verbatim comments from the original code::
368368

369369

370370
Any feedback is very welcome.
371-
http://www.math.keio.ac.jp/matumoto/emt.html
372-
email: matumoto@math.keio.ac.jp
371+
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
372+
email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
373373

374374

375375
Sockets

0 commit comments

Comments
 (0)