RandomMatrices.jl
RandomMatrices.jl copied to clipboard
Clarify how to generate Haar matrices
Hi,
I saw in the code (HaarMeasure.jl) two methods to generate Haar matrices: rand and randfast. Can one savely use fastrand? Does it have some corrections as rand? Which?
Maybe one could add some documentation there.