Module Femtolib.Misc.Fresh_name.Int


module Int: sig .. end

type t = int 
new_generator init returns a function each call to which will give a integer different from those of the previous calls. Silently cycle when reaching max_int.
val new_generator : int -> unit -> int