log src/DLD-FUNCTIONS/rand.cc @ 14655:43db83eff9db

age author description
Sat, 19 May 2012 00:14:59 +0200 David Bateman Implement single precision rand, randn, rande, randg and randp generators (bug #34351, #36293)
Thu, 10 May 2012 22:08:18 -0700 Rik doc: Periodic grammar check of documentation
Tue, 08 May 2012 23:23:02 -0400 Jordi Gutiérrez Hermoso Document rand's seed difference from Matlab
Tue, 27 Mar 2012 22:46:45 -0700 Rik Update %!tests in DLD-FUNCTIONS/ directory with Octave coding conventions.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Mon, 12 Dec 2011 21:01:27 -0800 Rik doc: Grammarcheck documentation ahead of 3.6.0 release. stable
Thu, 20 Oct 2011 14:28:13 -0500 Jordi Gutiérrez Hermoso rand.cc: Don't bring the whole std namespace into scope, only unordered_map
Thu, 20 Oct 2011 12:51:31 +0100 Michael Goffioul Test unordered_map header location and namespace.
Thu, 29 Sep 2011 17:44:32 -0500 Jordi Gutiérrez Hermoso Use a hash map to store permutations in randperm's truncated Knuth shuffle
Wed, 21 Sep 2011 21:08:57 -0500 Jordi Gutiérrez Hermoso Implement second randperm argument for compatibility with Matlab
Mon, 29 Aug 2011 09:14:11 -0700 Rik maint: Fix 2 compiler warnings
Tue, 02 Aug 2011 10:50:11 -0500 Jordi Gutiérrez Hermoso Let rand accept negative dimensions (bug #33301)
Sun, 01 May 2011 08:55:15 -0700 Rik doc: Review and update documentation for "Matrix Manipulation" chapter. stable
Fri, 23 Jan 2009 14:10:55 +0100 Jaroslav Hajek use relative tols in randp tests release-3-0-x
Thu, 20 Nov 2008 08:39:44 +0100 Brian Gough spelling corrections release-3-0-x
Wed, 17 Sep 2008 07:39:22 +0200 Jaroslav Hajek again, fix the diabolic line in randp.cc release-3-0-x
Sun, 18 May 2008 22:40:28 +0200 Thomas Weber Extend explanation of randn's return value release-3-0-x
Tue, 19 Aug 2008 14:49:13 +0000 Jaroslav Hajek fix typo in randp test release-3-0-x
Fri, 08 Aug 2008 09:47:57 +0200 Tatsuro MATSUOKA fix failing test for randp release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Tue, 26 Feb 2008 05:30:39 -0500 John W. Eaton save state separately for each MT random number generator release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Sun, 16 Jan 2011 22:13:23 -0800 Rik Improve docstrings for functions in DLD-FUNCTIONS directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Wed, 12 Jan 2011 15:17:27 -0500 John W. Eaton rand.cc: delete unused static function
Thu, 06 Jan 2011 03:10:24 -0500 John W. Eaton substitute and use LAPACK_LIBS in mkoctfile script
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Sat, 17 Jul 2010 19:53:01 -0700 Rik Add spellchecker scripts for Octave and run spellcheck of documentation
Wed, 14 Jul 2010 09:57:32 -0700 Rik Correct typo in rande documentation (bug #30446).