Module Reins.PatriciaSet.GenSet


module GenSet: Reins.Sets.GenSetSig  with type elt = int
			       and type 'a result = 'a
Same as the Reins.PatriciaSet.MonoSet module, except it also provides the gen function.

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