Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Random Number Generator. I port Mersenne Twister (mt19937ar.c) to JavaScript. ( See: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html )

License

Notifications You must be signed in to change notification settings

neetsdkasu/mt19937ar-MersenneTwister-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mt19937ar-MersenneTwister

Random Number Generator.
I port Mersenne Twister (mt19937ar.c, Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved.) to JavaScript.

about Mersenne Twister
site: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
site: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html

In Japanese.

疑似乱数生成機です。
Mersenne Twister (mt19937ar.c, Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved.) の JavaScriptへの移植版です。
※ほとんどコピペなので私のオリジナリティは皆無ですが一応BSDライセンスに設定しました

オリジナルの詳細は下記サイトをご覧ください。
site: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/mt.html
site: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/mt19937ar.html