From 019a6cd5cfa533b53346d0c38f939198f214667d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 9 Jul 2021 22:46:41 +0000 Subject: Run conversion with updated toolset --- pelican/content/RandomnessTesting.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pelican/content/RandomnessTesting.md') diff --git a/pelican/content/RandomnessTesting.md b/pelican/content/RandomnessTesting.md index 4272bd9..67d528e 100644 --- a/pelican/content/RandomnessTesting.md +++ b/pelican/content/RandomnessTesting.md @@ -41,11 +41,11 @@ The way `dieharder` works, it simply returns a clear assessment of the test resu ### Caveats There are a number of things to keep in mind when using `dieharder`, especially so when running it on a reduced amount of test data. - * If `dieharder` reaches the end of the input file, it rewinds and uses the same test data again. This has rather drastic effects on several tests which assume that some sort of repetition in the input is a sign for a seriously flawed generator. - * The `-Y 1` option works by adding 100 to the value of `psamples` until a conclusive result is found. This works reasonably well with tests that start with a value of 100 to `psamples`, but there are tests starting with 1000, and others starting with 1. - * The `-m ` option also just affects the initial value of `psamples`. - * Some of the tests themselves are marked as "suspect" or "do not use" if you run `dieharder -l`. Still, `-a` runs them, for whatever reason. - * Expect about one test in a `-a` run to return a "weak" result that needs to be resolved. According to the man page, about 1 in 1000 tests (not `-a` runs!) may fail despite the fact that the input is good. In that case I suggest doubling the input size, either by using `-m ` (which only works in conjunction with `-a`) or by adjusting `psamples` and/or `tsamples` manually. +* If `dieharder` reaches the end of the input file, it rewinds and uses the same test data again. This has rather drastic effects on several tests which assume that some sort of repetition in the input is a sign for a seriously flawed generator. +* The `-Y 1` option works by adding 100 to the value of `psamples` until a conclusive result is found. This works reasonably well with tests that start with a value of 100 to `psamples`, but there are tests starting with 1000, and others starting with 1. +* The `-m ` option also just affects the initial value of `psamples`. +* Some of the tests themselves are marked as "suspect" or "do not use" if you run `dieharder -l`. Still, `-a` runs them, for whatever reason. +* Expect about one test in a `-a` run to return a "weak" result that needs to be resolved. According to the man page, about 1 in 1000 tests (not `-a` runs!) may fail despite the fact that the input is good. In that case I suggest doubling the input size, either by using `-m ` (which only works in conjunction with `-a`) or by adjusting `psamples` and/or `tsamples` manually. ### Installation -- cgit v1.2.3