Functor Reins.SplaySet.GenSet


module GenSet: 
functor (C : Reins.Types.Mono.ArbitraryComparable) -> Reins.Sets.GenSetSig with type elt = C.t and type 'a result = 'a * GenSet(C).t
This functor is similar to the Reins.SplaySet.MonoSet functor except it is parameterized by a module that also supports the gen operation. Therefore, the resulting module is also able to generate number sets.
Parameters:
C : Reins.Types.Mono.ArbitraryComparable

include Reins.Sets.MonoSetSig
val gen : ?size:int -> Random.State.t -> t