summaryrefslogtreecommitdiff
path: root/todos.txt
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 00:02:57 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 00:02:57 -0300
commitedade87b0a74137643e4c3ac861fff5cadbbe980 (patch)
tree631e1b7c89ce551a255c408c44ccd7e06ddc7ee1 /todos.txt
parent2c842ce759095879036bb93321a528f83b77d1ee (diff)
Update
Diffstat (limited to 'todos.txt')
-rwxr-xr-xtodos.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/todos.txt b/todos.txt
index 79b186f..664c995 100755
--- a/todos.txt
+++ b/todos.txt
@@ -1,6 +1,7 @@
-@TODO 10/11/17 Ben Culkin :Determinism
+DONE(6/3/18) 10/11/17 Ben Culkin :Determinism
Add a way to get the grammar to pick rules in a deterministic fashion,
so as to be able to iterate all of the rules.
+ - Specify the same Random instance to the state
@TODO 10/11/17 Ben Culkin :ExportSanity
Figure out a way to organize exports instead of just sticking them all
@@ -48,3 +49,7 @@
@TODO 5/10/18 Ben Culkin :RuleInclusion
Add some way to sort of 'import' a rules body into another rule so as to
not throw off probability by splitting.
+
+@TODO 6/3/18 Ben Culkin :DieRandom
+ Add a way to use dice from dicelang (probably the rewrite, once that has
+ a string parser) to create random numbers