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

◆ GEN_RAND_MAX

#define GEN_RAND_MAX   RAND_MAX

Definition at line 32 of file btRandom.h.

Function Documentation

◆ GEN_rand()

unsigned int GEN_rand ( )
inline

Definition at line 35 of file btRandom.h.

◆ GEN_srand()

void GEN_srand ( unsigned int  seed)
inline

Definition at line 34 of file btRandom.h.