Add seedable PRNG using an adaptation the original LCG algorithm.
[open-adventure.git] / TODO
diff --git a/TODO b/TODO
index 3e7758d1e1c3e04b4051ee008af8e27b9db606c5..681e95987ca2f0055b91a4e2a19a1b852cfcc93e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
 = Open Adventure TODO =
 
-* Use a real pseudorandom-number generator with a seed rather than just
-  time-sampling.
+* Update the command parser to accept a PRNG seed value.
 
 * Add command log replay.  Note that the replay log needs to begin
   with the random-number seed.