|
From: | Rik |
Subject: | [Octave-patch-tracker] [patch #8161] rand: When initializing MT with vector, handle out-of-range values consistently. |
Date: | Thu, 15 Aug 2013 22:11:29 +0000 |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 |
Update of patch #8161 (project octave): Status: None => Done Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #1: I modified your patch to follow some coding conventions we like and applied it here (http://hg.savannah.gnu.org/hgweb/octave/rev/213ee68b59da). We prefer double quotes (") unless the behavior of single quotes is advantageous. We also put a space between the name of a function and the opening parenthesis [sin (x)]. This helps distinguish between functions and indexing a variable which doesn't use a space [var(1:end)]. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?8161> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |