From: fluffymormegil Date: Tue, 12 Oct 2010 22:53:56 +0000 (+0100) Subject: Added notational comment to dice.cc X-Git-Tag: v1.0.0~22^2~8 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=a4bf121709fdb2c1ccdd654cf2ef663a31840793;p=libmormegil Added notational comment to dice.cc --- diff --git a/src/dice.cc b/src/dice.cc index 9654172..3697f87 100644 --- a/src/dice.cc +++ b/src/dice.cc @@ -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;