Added notational comment to dice.cc
authorfluffymormegil <mpread@chiark.greenend.org.uk>
Tue, 12 Oct 2010 22:53:56 +0000 (23:53 +0100)
committerfluffymormegil <mpread@chiark.greenend.org.uk>
Tue, 12 Oct 2010 22:53:56 +0000 (23:53 +0100)
src/dice.cc

index 9654172..3697f87 100644 (file)
@@ -33,6 +33,7 @@
 
 libmormegil::S20prng dice_generator;
 
+/* No, this doesn't check whether you've initialized the generator. */
 extern "C" int dice(int count, int sides)
 {
     int value = 0;