|
Bullet Collision Detection & Physics Library
|
#include <stdlib.h>
Go to the source code of this file.
Defines | |
| #define | GEN_RAND_MAX RAND_MAX |
Functions | |
| void | GEN_srand (unsigned int seed) |
| unsigned int | GEN_rand () |
| #define GEN_RAND_MAX RAND_MAX |
Definition at line 34 of file btRandom.h.
| unsigned int GEN_rand | ( | ) | [inline] |
Definition at line 37 of file btRandom.h.
| void GEN_srand | ( | unsigned int | seed | ) | [inline] |
Definition at line 36 of file btRandom.h.