Crossfire Server, Trunk
cf_random.c File Reference
#include <stdint.h>
#include <stdlib.h>
#include "define.h"
+ Include dependency graph for cf_random.c:

Go to the source code of this file.

Functions

uint32_t cf_random (void)
 
void cf_srandom (unsigned long seed)
 

Function Documentation

◆ cf_random()

uint32_t cf_random ( void  )

Definition at line 6 of file cf_random.c.

◆ cf_srandom()

void cf_srandom ( unsigned long  seed)

Definition at line 16 of file cf_random.c.