aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-02-04 15:10:25 -0800
committerdaurnimator <quae@daurnimator.com>2018-02-04 15:15:18 -0800
commit794db77dc24902dd0928514f26b8f05220bc1758 (patch)
tree997a288397d9b77681978b7f404268f802b0735e /README.md
parentd6891e1e0ab0eccd8df0cc316118696270703758 (diff)
downloadfengari-794db77dc24902dd0928514f26b8f05220bc1758.tar.gz
fengari-794db77dc24902dd0928514f26b8f05220bc1758.tar.bz2
fengari-794db77dc24902dd0928514f26b8f05220bc1758.zip
src/lmathlib.js: Implement math.randomseed via a simple LCG
Closes #78
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index a70caf5..458269a 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,6 @@ p(L);
## NYI
-- `math.randomseed()`
- `io.input()`: partially implemented
- `io.lines()`
- `io.open()`