diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-11-26 17:27:07 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-11-26 17:27:07 +0000 |
commit | 2e4772e82335c32e07d0605e5edefb0ac6ea857b (patch) | |
tree | d7a054971d1ea18056d0ddb9e0bf0aeb93fb274f /include/rand.h | |
parent | 907a6834f73ccf2839853eb67a29726275ed04b4 (diff) |
Notes
Diffstat (limited to 'include/rand.h')
-rw-r--r-- | include/rand.h | 1 |
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; |