Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f15fa87

Browse filesBrowse files
kubo39methane
authored andcommitted
Update URL of Mersenne Twister Home Page (#20)
1 parent 984eef7 commit f15fa87
Copy full SHA for f15fa87

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎Modules/_randommodule.c

Copy file name to clipboardExpand all lines: Modules/_randommodule.c
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* ------------------------------------------------------------------
44
The code in this module was based on a download from:
5-
http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html
5+
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html
66
77
It was modified in 2002 by Raymond Hettinger as follows:
88
@@ -60,8 +60,8 @@
6060
6161
6262
Any feedback is very welcome.
63-
http://www.math.keio.ac.jp/matumoto/emt.html
64-
email: matumoto@math.keio.ac.jp
63+
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
64+
email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
6565
*/
6666

6767
/* ---------------------------------------------------------------*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.