8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3deb9 commit 008af61Copy full SHA for 008af61
Modules/_randommodule.c
@@ -2,7 +2,7 @@
2
3
/* ------------------------------------------------------------------
4
The code in this module was based on a download from:
5
- http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html
+ http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html
6
7
It was modified in 2002 by Raymond Hettinger as follows:
8
@@ -60,8 +60,8 @@
60
61
62
Any feedback is very welcome.
63
- http://www.math.keio.ac.jp/matumoto/emt.html
64
- 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)
65
*/
66
67
/* ---------------------------------------------------------------*/
0 commit comments