diff options
Diffstat (limited to 'js/Sources/RAND_m.js')
-rw-r--r-- | js/Sources/RAND_m.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Sources/RAND_m.js b/js/Sources/RAND_m.js index 0e1fdf00..50ec146c 100644 --- a/js/Sources/RAND_m.js +++ b/js/Sources/RAND_m.js @@ -54,7 +54,6 @@ function RAND_m() { this.a = parseFloat(arguments[0]["a"]); this.b = parseFloat(arguments[0]["b"]); this.seed_c = arguments[0]["seed_c"]; - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |