New pct_chance(), for clarity, and symmetry with chance()

This commit is contained in:
Markus Armbruster 2012-08-16 21:05:42 +02:00
parent 1cf6b5e6bb
commit 54ddcd0f5a
10 changed files with 34 additions and 22 deletions

View file

@ -34,6 +34,7 @@
#define CHANCE_H
extern int chance(double);
extern int pct_chance(int);
extern int roll0(int);
extern int roll(int);
extern int roundavg(double);