From 3b94aa8a2cc2232a31e692167daade3c728def93 Mon Sep 17 00:00:00 2001 From: octachron Date: Fri, 13 Nov 2015 16:38:05 +0200 Subject: [PATCH] Fix @since tags in CCRandom.mli --- src/core/CCRandom.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/CCRandom.mli b/src/core/CCRandom.mli index c0b8c604..1909d483 100644 --- a/src/core/CCRandom.mli +++ b/src/core/CCRandom.mli @@ -81,7 +81,7 @@ val sample_without_replacement: (** [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 random values are equal - @since 0.15 + @since NEXT_RELEASE *) 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 (** [uniformity_test k rng] tests the uniformity of the random generator [rng] using [k] samples. - @since 0.15 + @since NEXT_RELEASE *)