RandomDistributions SΒΆ

random.spad line 61 [edit on github]

This package exports random distributions

rdHack1: (Vector S, Vector Integer, Integer) -> () -> S

rdHack1(v, u, n) undocumented

uniform: Set S -> () -> S

uniform(s) undocumented

weighted: List Record(value: S, weight: Integer) -> () -> S

weighted(l) undocumented