• Initializes a random matrix.

    Parameters

    • inf: number

      The lower bound

    • sup: number

      The upper bound

    • rows: number

      The number of rows or (if the cols parameter is blank) the number of rows or columns (the size)

    • Optional cols: number = rows

      The number of columns

    Returns ChalkboardMatrix

Generated using TypeDoc