gfxEngine_documentation
bfg_rndEngine.c File Reference
#include "../gfxengine_shared/bfg_rndEngine.h"
#include <stdio.h>
#include <stdlib.h>

Functions

int rnd_random (int start, int end)
 
int rnd_random2 (int start, int end)
 
void rnd_srand2 (unsigned int seed)
 

Variables

unsigned long int next = 1
 

Function Documentation

int rnd_random ( int  start,
int  end 
)
int rnd_random2 ( int  start,
int  end 
)
void rnd_srand2 ( unsigned int  seed)

Variable Documentation

unsigned long int next = 1