Function Reference
— Function File: cauchy_rnd (lambda, sigma, r, c)
— Function File: cauchy_rnd (lambda, sigma, sz)

Return an r by c or a size (sz) matrix of random samples from the Cauchy distribution with parameters lambda and sigma which must both be scalar or of size r by c.

If r and c are omitted, the size of the result matrix is the common size of lambda and sigma.