From 0a662ef112b2408e0f73fffff2d62d76057cd065 Mon Sep 17 00:00:00 2001 From: octachron Date: Thu, 12 Nov 2015 13:45:57 +0200 Subject: [PATCH] Exclude uniformity test from the documentation --- src/core/CCRandom.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCRandom.mli b/src/core/CCRandom.mli index be3dcc0a..c0b8c604 100644 --- a/src/core/CCRandom.mli +++ b/src/core/CCRandom.mli @@ -154,7 +154,7 @@ val (<*>) : ('a -> 'b) t -> 'a t -> 'b t val run : ?st:state -> 'a t -> 'a (** Using a random state (possibly the one in argument) run a generator *) -(** {6 Random generator testing } *) +(**/**) val uniformity_test : ?size_hint:int -> int -> 'a t -> bool t (** [uniformity_test k rng] tests the uniformity of the random generator [rng] using