New pct_chance(), for clarity, and symmetry with chance()
This commit is contained in:
parent
1cf6b5e6bb
commit
54ddcd0f5a
10 changed files with 34 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue