]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - INSTALL
Test of uniformity of BN_rand_range output.
[thirdparty/openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 88425a8c81156528aef4bd5e40694b2a1ca099f2..605f1d4cdb73b78623830d21366889e4fdf504f6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
 
  $ make TESTS='[89]? -90'
 
+To stochastically verify that the algorithm that produces uniformly distributed
+random numbers is operating correctly (with a false positive rate of 0.01%):
+
+ $ ./util/shlib_wrap.sh test/bntest -stochastic
+
  Note on multi-threading
  -----------------------