tools: add arc4random_uniform() bias testThis test program executed arc4random_uniform() repeatedly andanalyzes the distribution of return values, showing how similarthe parameters of the observe
tools: add arc4random_uniform() bias testThis test program executed arc4random_uniform() repeatedly andanalyzes the distribution of return values, showing how similarthe parameters of the observed outcome are to the expectedparameters of an equidistribution.This cannot be a unit test as it takes quite a while to run andlots of memory (~3 GB) to execute.Reviewed by: cemApproved by: emasteDifferential Revision: https://reviews.freebsd.org/D47659
show more ...