RandomMatrices.jl
RandomMatrices.jl copied to clipboard
random boolean matrices
Hi,
I have been working on a package (not yet on github) to generate random Matrix{Bool}s, given fixed row sums or column sums or both (see e.g. http://projecteuclid.org/euclid.aos/1375362560 for some of the mathematics I'd like to incorporate). Is this type of functionality already available in RandomMatrices?
Thanks!
Bump? The question can be rephrased as: is it possible with this package to create a matrix of 0s and 1s with fixed row and column sums? If not, would it be interesting to have this functionality in the package?