log src/DLD-FUNCTIONS/rand.cc @ 14688:42edbe6f6a8d stable

age author description
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
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).
Mon, 12 Jul 2010 11:09:59 +0200 Jaroslav Hajek simplify code in rand.cc
Wed, 16 Jun 2010 23:27:58 +0200 David Bateman Don't special case color_property type when emitting factory default (bug #30118)
Tue, 08 Jun 2010 20:22:38 -0700 Rik Improve documentation strings.
Wed, 20 Jan 2010 17:40:53 -0500 John W. Eaton DLD-FUNCTIONS/*.cc: delete Emacs local-variables settings
Wed, 20 Jan 2010 17:33:41 -0500 John W. Eaton DLD-FUNCTIONS/*.cc: untabify
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Fri, 23 Oct 2009 09:28:14 -0700 Rik Periodic grammar check of Octave documentation files to ensure common format
Wed, 16 Sep 2009 13:41:49 +0200 Jaroslav Hajek optimize & extend randperm
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Wed, 25 Mar 2009 08:05:35 -0700 Rik Cleanup documentation file matrix.texi
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 25 Feb 2009 12:56:36 -0500 John W. Eaton tests vs. 64-bit indexing
Fri, 20 Feb 2009 11:17:01 -0500 Brian Gough Doc fixes.
Tue, 13 Jan 2009 00:27:20 -0500 Brian Gough [docs] 2^19937-1 => @math{2^{19937}-1}
Tue, 13 Jan 2009 00:27:17 -0500 Brian Gough [docs] Ziggurat technique => ``Ziggurat technique''
Tue, 13 Jan 2009 00:26:18 -0500 Brian Gough [docs] 'Ziggurat method for generating random variables' => @cite{Ziggurat method for generating random variables}
Tue, 13 Jan 2009 00:25:43 -0500 Brian Gough [docs] ``Mersenne Twister: A 623-dimensionally equidistributed uniform pseudorandom number generator'' => @cite{Mersenne Twister: A 623-dimensionally equidistributed uniform pseudorandom number generator}
Mon, 17 Nov 2008 11:38:39 +0100 Brian Gough spelling corrections
Sun, 18 May 2008 22:40:28 +0200 Thomas Weber Extend explanation of randn's return value
Tue, 26 Feb 2008 05:28:59 -0500 John W. Eaton save state separately for each MT random number generator
Fri, 25 Jan 2008 21:02:26 +0000 dbateman [project @ 2008-01-25 21:00:42 by dbateman]
Tue, 13 Nov 2007 18:02:52 +0000 jwe [project @ 2007-11-13 18:02:51 by jwe]
Fri, 02 Nov 2007 16:13:44 +0000 jwe [project @ 2007-11-02 16:13:43 by jwe]
Mon, 15 Oct 2007 11:48:45 +0000 dbateman [project @ 2007-10-15 11:48:45 by dbateman]
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Wed, 10 Oct 2007 18:03:02 +0000 jwe [project @ 2007-10-10 18:02:59 by jwe]
Thu, 19 Apr 2007 21:47:41 +0000 jwe [project @ 2007-04-19 21:47:40 by jwe]