Functor Rand.S2USSource


module S2USSource: functor (Ops : Genops.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 : Genops.Ops
Source : sig end

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