% -*- texinfo -*- % @deftypefn {Function File} {} binomial_rnd (@var{n}, @var{p}, @var{r}, @var{c}) % @deftypefnx {Function File} {} binomial_rnd (@var{n}, @var{p}, @var{sz}) % Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of % random samples from the binomial distribution with parameters @var{n} % and @var{p}. Both @var{n} and @var{p} must 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{n} and @var{p}. % @end deftypefn