RandomDistributions(S)
random.spad line 61
[edit on github]
This package exports random distributions
- rdHack1 : (Vector(S), Vector(Integer), Integer) -> Mapping(S)
rdHack1(v, u, n)
is undocumented
- uniform : Set(S) -> Mapping(S)
uniform(s)
is undocumented
- weighted : List(Record(value : S, weight : Integer)) -> Mapping(S)
weighted(l)
is undocumented