Blender
V3.3
|
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | GEN_RAND_MAX RAND_MAX |
Functions | |
SIMD_FORCE_INLINE void | GEN_srand (unsigned int seed) |
SIMD_FORCE_INLINE unsigned int | GEN_rand () |
#define GEN_RAND_MAX RAND_MAX |
Definition at line 32 of file btRandom.h.
SIMD_FORCE_INLINE unsigned int GEN_rand | ( | ) |
Definition at line 35 of file btRandom.h.
SIMD_FORCE_INLINE void GEN_srand | ( | unsigned int | seed | ) |
Definition at line 34 of file btRandom.h.
References seed.