summaryrefslogtreecommitdiff
path: root/include/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rand.h')
-rw-r--r--include/rand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rand.h b/include/rand.h
index 3c8aafd62ade..a2fb713803ee 100644
--- a/include/rand.h
+++ b/include/rand.h
@@ -223,6 +223,7 @@ void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2);
void bc_rand_push(BcRNG *r);
void bc_rand_pop(BcRNG *r, bool reset);
void bc_rand_getRands(BcRNG *r, BcRand *s1, BcRand *s2, BcRand *i1, BcRand *i2);
+void bc_rand_srand(BcRNGData *rng);
extern const BcRandState bc_rand_multiplier;