Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Go to the source code of this file.
Functions | |
size_t | rand (size_t min_inclusive, size_t max_exclusive) |
return random integer in [min, max). More... | |
size_t rand | ( | size_t | min_inclusive, |
size_t | max_exclusive | ||
) |
return random integer in [min, max).
avoids several common pitfalls; see discussion at http://www.azillionmonkeys.com/qed/random.html