package popper

  1. Overview
  2. Docs

Module Sample.FloatSource

Sourceval range : float -> float -> float t

range min max is a sample that produces a value x such that min <= x < max.

Sourceval small : float t

small is a sample producing small integers in the rante -10 to 10.

Sourceval medium : float t

medium is a sample that produces value in the range -1000 to 1000.

Sourceval positive : float t

positive is a sample that produces positive values.

Sourceval negative : float t

negative is a sample that produces negative values.

OCaml

Innovation. Community. Security.