|
Galactic Bloodshed
|
Go to the source code of this file.
Functions | |
| bool | success (int x) |
| double | double_rand () |
| int | int_rand (int, int) |
| long | long_rand (long, long) |
| int | round_rand (double) |
| double double_rand | ( | ) |
Definition at line 12 of file rand.cc.
Referenced by round_rand().
| int int_rand | ( | int | , |
| int | |||
| ) |
| int round_rand | ( | double | ) |
Definition at line 29 of file rand.cc.
References double_rand().
| bool success | ( | int | x | ) |
Definition at line 33 of file rand.cc.
References int_rand().
1.8.13