log src/DLD-FUNCTIONS/rand.cc @ 14854:5ae9f0f77635

age author description
Mon, 09 Jul 2012 13:01:49 -0700 Rik maint: Use Octave coding conventions for coddling parenthis is DLD-FUNCTIONS directory
Mon, 09 Jul 2012 10:34:43 -0700 Rik doc: Periodic grammarcheck of documentation.
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Thu, 31 May 2012 16:09:57 -0400 John W. Eaton maint: periodic merge of stable to default
Fri, 25 May 2012 11:24:02 -0400 Jordi Gutiérrez Hermoso Fix bad two-arg call of randperm (bug #36535) stable
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