Functions | |
int | caca_rand (int min, int max) |
Generate a random integer within a range. More... | |
unsigned int | caca_sqrt (unsigned int a) |
Approximate a square root, using Newton's method to avoid costly floating point calculations. More... |
This file contains simple mathematical routines.