You can search for identifiers within the package.
in-package search v0.2.0
popper
Sample.Float
val range : float -> float -> float t
range min max is a sample that produces a value x such that min <= x < max.
range min max
x
min <= x < max
val small : float t
small is a sample producing small integers in the rante -10 to 10.
small
-10 to 10
val medium : float t
medium is a sample that produces value in the range -1000 to 1000.
medium
-1000 to 1000
val positive : float t
positive is a sample that produces positive values.
positive
val negative : float t
negative is a sample that produces negative values.
negative