@@ 18,9 18,11 @@ See <http://creativecommons.org/publicdomain/zero/1.0/>. */ right shifts to extract subsets of bits.
The state must be seeded so that it is not everywhere zero. */
+#pragma once
#include <stdint.h>
+uint32_t next(void);
static inline float frand(void)