summaryrefslogtreecommitdiff
path: root/thirdparty/misc/pcg.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/misc/pcg.h')
-rw-r--r--thirdparty/misc/pcg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/misc/pcg.h b/thirdparty/misc/pcg.h
index e2d66d51d5..6f42b3b094 100644
--- a/thirdparty/misc/pcg.h
+++ b/thirdparty/misc/pcg.h
@@ -10,5 +10,6 @@
typedef struct { uint64_t state; uint64_t inc; } pcg32_random_t;
uint32_t pcg32_random_r(pcg32_random_t* rng);
+void pcg32_srandom_r(pcg32_random_t* rng, uint64_t initstate, uint64_t initseq);
#endif // RANDOM_H