Syntax: cauchy_rnd(m,s,x, y)
Description: The cauchy distribution with "m" the location parameter and "s" is the scale parameterIf x,y are given , create a matrix with Beta values with the dimension x (rows) and y (columns).If only x is given, create a vector with Beta values of size "x"
Group: normal
Note:
Example:
cauchy_rnd(1,0.2, 100) % creates a vector with size 100.cauchy_rnd(2,0.2, 50,60) % filled 50x60 matrix.
Also see: poisson
Implemented in: LambdaCAUCHY_RND.java