Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f15fa87e
Commit
f15fa87e
authored
Feb 15, 2017
by
Hiroki Noda
Committed by
INADA Naoki
Feb 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update URL of Mersenne Twister Home Page (#20)
parent
984eef7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Modules/_randommodule.c
Modules/_randommodule.c
+3
-3
No files found.
Modules/_randommodule.c
View file @
f15fa87e
...
...
@@ -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: m
atumoto@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)
*/
/* ---------------------------------------------------------------*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment