summaryrefslogtreecommitdiffhomepage
path: root/src/math/irodeo_rng_t.h
blob: 04194964848f3edc358643d11ffc2b626af3adad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#pragma once

// -- internal --
// public
#include "rodeo/math/rng_t.h"
// private
#include "math/irodeo_rng_t.h"

// -- external --
#include "stc/crand.h"

typedef
struct
{
	rodeo_math_rng_generator_t global_generator;
}
irodeo_math_rng_state_t;

struct
irodeo_math_rng_generator
{
	crand_t crand;
};