Implement RNG module
This commit is contained in:
11
include/rng.h
Normal file
11
include/rng.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef RNG_H
|
||||
#define RNG_H
|
||||
|
||||
#include "vec3.h"
|
||||
|
||||
void rng_init();
|
||||
|
||||
double rng_double();
|
||||
vec3_t rng_vec3();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user