CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/12/15 11:39:50
Modified files: games/atc : update.c Log message: Replace 'arc4random() % range' by 'arc4random_uniform(range)'. Do this by introducing atcrandom_uniform(range) which returns deterministic randomness or good randomness depending on whether a seed was specified with the -r option. Diff by Matthew Martin, reviewed by deraadt@ and me. ok deraadt@