HomeFreeBSD

lib/libc/tests: add unit test for arc4random_uniform()

Description

lib/libc/tests: add unit test for arc4random_uniform()

The new unit test validates that the range reduction works correctly.
We do not currently validate that there is no bias as that would take
too much time and memory for a unit test.

Reviewed by: cem
Approved by: emaste
Differential Revision: https://reviews.freebsd.org/D47659

Details

Provenance
fuzAuthored on Nov 18 2024, 12:46 PM
Reviewer
cem
Differential Revision
D47659: lib/libc/gen: use Lemire's algorithm for arc4random_uniform().
Parents
rG127709d30a2b: lib/libc/gen: use Lemire's algorithm for arc4random_uniform().
Branches
Unknown
Tags
Unknown