% Return a row vector containing a random permutation of the
SYNOPSIS
function retval = randperm (n)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {} randperm (@var{n})
% Return a row vector containing a random permutation of the
% integers from 1 to @var{n}.
% @end deftypefn
CROSS-REFERENCE INFORMATION
This function calls:
isscalar % Return 1 if @var{a} is a scalar. Otherwise, return 0.