CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/31 08:45:57
Modified files:
games/adventure: init.c setup.c wizard.c
Log message:
adventure requires deterministic random for its internal data
"obfuscation" scheme to work (words fail me), but we can use arc4random
for the in game fun. from theo buehler
