Blender V5.0
btRandom.h File Reference
#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 ()

Macro Definition Documentation

◆ GEN_RAND_MAX

#define GEN_RAND_MAX   RAND_MAX

Definition at line 32 of file btRandom.h.

Function Documentation

◆ GEN_rand()

SIMD_FORCE_INLINE unsigned int GEN_rand ( )

Definition at line 35 of file btRandom.h.

References SIMD_FORCE_INLINE.

◆ GEN_srand()

SIMD_FORCE_INLINE void GEN_srand ( unsigned int seed)

Definition at line 34 of file btRandom.h.

References seed, and SIMD_FORCE_INLINE.