


% -*- texinfo -*-
% @deftypefn {Function File} {} hypergeometric_rnd (@var{m}, @var{t}, @var{n}, @var{r}, @var{c})
% @deftypefnx {Function File} {} hygernd (@var{m}, @var{t}, @var{n}, @var{sz})
% Return an @var{r} by @var{c} matrix of random samples from the
% hypergeometric distribution with parameters @var{m}, @var{t},
% and @var{n}.
%
% The parameters @var{m}, @var{t}, and @var{n} must positive integers
% with @var{m} and @var{n} not greater than @var{t}.
% @end deftypefn