RandomIntegerDistributions

random.spad line 136 [edit on github]

This package exports integer distributions

binomial : (Integer, Fraction(Integer)) -> Mapping(Integer)

binomial(n, f) is undocumented

geometric : Fraction(Integer) -> Mapping(Integer)

geometric(f) is undocumented

poisson : Fraction(Integer) -> Mapping(Integer)

poisson(f) is undocumented

ridHack1 : (Integer, Integer, Integer, Integer) -> Integer

ridHack1(i, j, k, l) is undocumented

uniform : Segment(Integer) -> Mapping(Integer)

uniform(s) is undocumented