Module random

Module random 

Source
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]