RandomMatrices.jl
RandomMatrices.jl copied to clipboard
remove camelcase in `rand(W::Haar, n::Int, doCorrection::Int = 1)`
Could probably just do correct::Int = 1 instead. This should be a kwarg rather than an optional argument too.