mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-22 00:56:40 -05:00
Exclude uniformity test from the documentation
This commit is contained in:
parent
de2a51d62e
commit
0a662ef112
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue