


% -*- texinfo -*-
% @deftypefn {Function File} {} cauchy_rnd (@var{lambda}, @var{sigma}, @var{r}, @var{c})
% @deftypefnx {Function File} {} cauchy_rnd (@var{lambda}, @var{sigma}, @var{sz})
% Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of
% random samples from the Cauchy distribution with parameters @var{lambda}
% and @var{sigma} which must both be scalar or of size @var{r} by @var{c}.
%
% If @var{r} and @var{c} are omitted, the size of the result matrix is
% the common size of @var{lambda} and @var{sigma}.
% @end deftypefn