Expand description
Random object generators
Functions§
- random_
matrix - Generates an m x n matrix with entries sampled from the uniform distribution on [0,1]
- random_
sequences - A sequence of combinations sampled with given probability.
- random_
symmetric_ matrix - Generates an m x n symmetric matrix of form (D+D’)/2, where D is a random matrix with entries sampled from the uniform distribution on [0,1]
- random_
symmetric_ matrix_ zero_ diag - Generates an m x n symmetric matrix of form (D+D’)/2, where D is a random matrix with entries sampled from the uniform distribution on [0,1]