summaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/structs.h b/structs.h
new file mode 100644
index 0000000..34c923b
--- /dev/null
+++ b/structs.h
@@ -0,0 +1,6 @@
+struct rng_state{
+ size_t state_idx;
+ uint32_t states[16];
+ uint32_t gen_period_ctr;
+ uint8_t period_end_ctr;
+};