Functor Rand.S2USSource


module S2USSource: functor (Ops : Math.Ops) -> functor (Source : sig  end) -> sig  end
A source that takes a source that returns numbers less than 0 and forces them to be positive
Parameters:
Ops : Math.Ops
Source : sig end


type t
val genrand : unit -> t
val min : t
val max : t