Bullet Collision Detection & Physics Library
Macros | Functions
btRandom.h File Reference
#include <stdlib.h>
Include dependency graph for btRandom.h:

Go to the source code of this file.

Macros

#define GEN_RAND_MAX   RAND_MAX
 

Functions

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

Macro Definition Documentation

#define GEN_RAND_MAX   RAND_MAX

Definition at line 34 of file btRandom.h.

Function Documentation

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.