Skip to content

Commit fe11e81

Browse files
committed
#16014: fix broken link.
1 parent 8112ea2 commit fe11e81

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
@@ -309,7 +309,7 @@ Mersenne Twister
309309
----------------
310310

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

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

351351

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

356356

357357
Sockets

0 commit comments

Comments
 (0)