Mercurial > hg > octave-max
comparison scripts/ChangeLog @ 10892:20ce631f0f12
Add new randi function for random integers.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 15 Aug 2010 13:50:41 -0700 |
parents | ff94219746bd |
children | 4a2dabfb078b |
comparison
equal
deleted
inserted
replaced
10891:ff94219746bd | 10892:20ce631f0f12 |
---|---|
1 2010-08-15 Rik <octave@nomad.inbox5.com> | |
2 | |
3 * general/randi.m: Add new script for random integers. | |
4 * general/module.mk: Add randi to build file list. | |
5 * miscellaneous/unimplemented.m: Remove randi from unimplemented list. | |
6 | |
1 2010-08-15 Rik <octave@nomad.inbox5.com> | 7 2010-08-15 Rik <octave@nomad.inbox5.com> |
2 | 8 |
3 * image/imwrite.m: Allow writing of 1-bit (B&W) images. | 9 * image/imwrite.m: Allow writing of 1-bit (B&W) images. |
4 Improve documentation string. Add input validation tests. | 10 Improve documentation string. Add input validation tests. |
5 | 11 |