remove coin toss
This commit is contained in:
parent
4604ad4e4a
commit
aa3797c4af
@ -1,3 +1,2 @@
|
||||
#define get_rand(x, y) (((rand() % ((y) - (x))) + 1) + (x)) /* 0 index */
|
||||
#define rand_percent(odds) ((rand() % 99 + 1) <= (odds))
|
||||
#define coin_toss (rand() & 1)
|
||||
|
Loading…
Reference in New Issue
Block a user