Makes a Geometric distribution, corresponding to the number of failures in a sequence of independent trials before observing a success.
Examples
d <- dst_geom(0.4)
# This version of the Geometric distribution does not count the success.
range(d)
#> [1] 0 Inf