mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-28 11:54:51 -05:00
Fix @since tags in CCRandom.mli
This commit is contained in:
parent
cffbc66e6d
commit
3b94aa8a2c
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ val sample_without_replacement:
|
||||||
(** [sample_without_replacement n g] makes a list of [n] elements which are all
|
(** [sample_without_replacement n g] makes a list of [n] elements which are all
|
||||||
generated randomly using [g] with the added constraint that none of the generated
|
generated randomly using [g] with the added constraint that none of the generated
|
||||||
random values are equal
|
random values are equal
|
||||||
@since 0.15
|
@since NEXT_RELEASE
|
||||||
*)
|
*)
|
||||||
|
|
||||||
val list_seq : 'a t list -> 'a list t
|
val list_seq : 'a t list -> 'a list t
|
||||||
|
|
@ -159,5 +159,5 @@ val run : ?st:state -> 'a t -> 'a
|
||||||
val uniformity_test : ?size_hint:int -> int -> 'a t -> bool t
|
val uniformity_test : ?size_hint:int -> int -> 'a t -> bool t
|
||||||
(** [uniformity_test k rng] tests the uniformity of the random generator [rng] using
|
(** [uniformity_test k rng] tests the uniformity of the random generator [rng] using
|
||||||
[k] samples.
|
[k] samples.
|
||||||
@since 0.15
|
@since NEXT_RELEASE
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue