1fdfadda63
Signed-off-by: Julien Viard de Galbert <julien@vdg.name> Reviewed-by: Romain Naour <romain.naour@gmail.com> [Thomas: - remove complicated DIEHARDER_POST_PATCH_FIXUP that replaces bogus libtool .m4 files: since we are anyway autoreconfiguring the package, this is not necessary. And therefore, remove host-libtool in the dependencies. - use GPL-2.0 instead of GPLv2 - add entry in DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
config BR2_PACKAGE_DIEHARDER
|
|
bool "dieharder"
|
|
select BR2_PACKAGE_GSL
|
|
help
|
|
dieharder is a fairly involved random number/uniform deviate
|
|
generator tester. It is thus suitable for use in testing
|
|
both software RNG's and hardware RNG's.
|
|
|
|
http://www.phy.duke.edu/~rgb/General/dieharder.php
|