Blender V2.61 - r43446
Defines | Functions

btRandom.h File Reference

#include <stdlib.h>

Go to the source code of this file.

Defines

#define GEN_RAND_MAX   RAND_MAX

Functions

SIMD_FORCE_INLINE void GEN_srand (unsigned int seed)
SIMD_FORCE_INLINE unsigned int GEN_rand ()

Define Documentation

#define GEN_RAND_MAX   RAND_MAX

Definition at line 34 of file btRandom.h.


Function Documentation

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.