diff src/DLD-FUNCTIONS/rand.cc @ 4665:dece11da64ed ss-2-1-52

[project @ 2003-11-25 15:37:32 by jwe]
author jwe
date Tue, 25 Nov 2003 15:37:32 +0000
parents 19bcdc6a9bb8
children 57077d0ddc8e
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/rand.cc	Tue Nov 25 06:25:00 2003 +0000
+++ b/src/DLD-FUNCTIONS/rand.cc	Tue Nov 25 15:37:32 2003 +0000
@@ -219,7 +219,7 @@
   return octave_rand::nd_array (dims);
 }
 
-DEFUN_DLD (rand, args, nargout,
+DEFUN_DLD (rand, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} rand (@var{x})\n\
 @deftypefnx {Loadable Function} {} rand (@var{n}, @var{m})\n\
@@ -262,7 +262,7 @@
   octave_rand::distribution (current_distribution);
 }
 
-DEFUN_DLD (randn, args, nargout,
+DEFUN_DLD (randn, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} randn (@var{x})\n\
 @deftypefnx {Loadable Function} {} randn (@var{n}, @var{m})\n\