Cleanup MersenneTwister
This commit is contained in:
parent
ed2884cc38
commit
c7460c2780
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function MersenneTwister()
|
|||
return y;
|
||||
};
|
||||
|
||||
this.genrand_real2 = function () {
|
||||
this.real2 = function () {
|
||||
return this.int32() * (1.0 / 4294967296.0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue