Line.replaceRandomElement

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void replaceRandomElement(Argument narg)
  2. void replaceRandomElement(double[] chances, Argument narg)
    class Line
    override
    void
    replaceRandomElement
    (
    double[] chances
    ,
    Argument narg
    )
  3. void replaceRandomElement(Argument delegate(Type t) del)
  4. void replaceRandomElement(Argument delegate(Type t) del, double[] chances)

Meta