Mercurial > hg > octave-nkf
diff scripts/statistics/distributions/stdnormal_rnd.m @ 3457:e031284eea27
[project @ 2000-01-19 08:49:56 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 08:50:14 +0000 |
parents | 434790acb067 |
children | 38c61cbf086c |
line wrap: on
line diff
--- a/scripts/statistics/distributions/stdnormal_rnd.m +++ b/scripts/statistics/distributions/stdnormal_rnd.m @@ -29,10 +29,10 @@ usage ("stdnormal_rnd (r, c)"); endif - if (! (is_scalar (r) && (r > 0) && (r == round (r))) ) + if (! (is_scalar (r) && (r > 0) && (r == round (r)))) error ("stdnormal_rnd: r must be a positive integer"); endif - if (! (is_scalar (c) && (c > 0) && (c == round (c))) ) + if (! (is_scalar (c) && (c > 0) && (c == round (c)))) error ("stdnormal_rnd: c must be a positive integer"); endif