summaryrefslogtreecommitdiffstats
path: root/test/testutil/fake_random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add utility function to set the fake random callback on both the public...Pauli2021-03-021-4/+12
* test: update test_random to create real contexts instead of sharing onePauli2021-03-021-14/+36
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-1/+2
* test: add ctx gettable/settable to the generic fake random number generatorPauli2021-02-261-1/+2
* fake_random: Do not overwrite the callback on instatiationTomas Mraz2021-02-251-1/+0
* Ensure that the fake rand is initializedTomas Mraz2021-02-251-0/+8
* test: add framework for generic fake random number generatorPauli2021-02-231-0/+192