summaryrefslogtreecommitdiff
path: root/test/repeat_random.c
Commit message (Collapse)AuthorAgeFilesLines
* Test repeated invocations of getrandom()Daniel Kahn Gillmor2021-02-241-0/+40
A single program that invokes getrandom() repeatedly should end up with the same stream of bytes, regardless of how it chunks up the reading from the entropy source. This test already passses. I'm including it because it seems like a useful confirmation.