#include <stdlib.h>
Go to the source code of this file.
Defines | |
| #define | GEN_RAND_MAX RAND_MAX |
Functions | |
| SIMD_FORCE_INLINE unsigned int | GEN_rand () |
| SIMD_FORCE_INLINE void | GEN_srand (unsigned int seed) |
| #define GEN_RAND_MAX RAND_MAX |
Definition at line 34 of file btRandom.h.
| SIMD_FORCE_INLINE unsigned int GEN_rand | ( | ) |
Definition at line 37 of file btRandom.h.
| SIMD_FORCE_INLINE void GEN_srand | ( | unsigned int | seed | ) |
Definition at line 36 of file btRandom.h.