diff options
Diffstat (limited to 'include/xorshift.h')
| -rw-r--r-- | include/xorshift.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xorshift.h b/include/xorshift.h new file mode 100644 index 0000000..0e58967 --- /dev/null +++ b/include/xorshift.h @@ -0,0 +1,4 @@ +bool initialize_states(); +uint32_t get_random_output(); +uint32_t get_uniform_uint( uint32_t min, uint32_t max ); +void clear_rng_state(); |
