From f54963e1364568d8f4f6e1a5be1646d4c5e7a94e Mon Sep 17 00:00:00 2001 From: stderr64 Date: Thu, 24 Sep 2026 20:49:27 +0300 Subject: First commit --- include/xorshift.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/xorshift.h (limited to 'include') 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(); -- cgit v1.3.1-10-gc9f91