[jira] [Created] (MATH-1308) Deprecate and remove "AbstractRandomGenerator"

2015-12-27 Thread Gilles (JIRA)
Gilles created MATH-1308: Summary: Deprecate and remove "AbstractRandomGenerator" Key: MATH-1308 URL: https://issues.apache.org/jira/browse/MATH-1308 Project: Commons Math Issue Type: Task

[jira] [Resolved] (MATH-1302) Rotation constructor with RotationOrder and angles produces wrong rotation

2015-12-27 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1302. - Resolution: Fixed Two methods, compose and composeInverse have been added. They both allow

[jira] [Commented] (MATH-1306) Add public void nextBytes(byte[] bytes, int position, int length) method into the RandomGenerator interface

2015-12-27 Thread Rostislav Krasny (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072260#comment-15072260 ] Rostislav Krasny commented on MATH-1306: {quote}Since the new feature is about reusing the same

[jira] [Commented] (MATH-1301) Create a test class for "JDKRandomGenerator"

2015-12-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072267#comment-15072267 ] Gilles commented on MATH-1301: -- Commit c7f7da754a911302dcaa6935be6fded84e1ac348 makes {{JDKRandomGenerator}}

[jira] [Commented] (MATH-1306) Add public void nextBytes(byte[] bytes, int position, int length) method into the RandomGenerator interface

2015-12-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072273#comment-15072273 ] Gilles commented on MATH-1306: -- bq. So why not to add the proposed method signature into CM as well? I will

[jira] [Updated] (MATH-1307) Create a base class for all RNGs

2015-12-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated MATH-1307: - Attachment: (was: BaseAbstractRandomGenerator.java) > Create a base class for all RNGs >

[jira] [Created] (FILEUPLOAD-270) CLONE - Bug in docs: tmp file delete conditions in "Resource Cleanup" section of "using.html"

2015-12-27 Thread loremipsum (JIRA)
loremipsum created FILEUPLOAD-270: - Summary: CLONE - Bug in docs: tmp file delete conditions in "Resource Cleanup" section of "using.html" Key: FILEUPLOAD-270 URL:

[jira] [Created] (MATH-1309) RNG: public "setSeed" method should not be called from inside the constructor

2015-12-27 Thread Gilles (JIRA)
Gilles created MATH-1309: Summary: RNG: public "setSeed" method should not be called from inside the constructor Key: MATH-1309 URL: https://issues.apache.org/jira/browse/MATH-1309 Project: Commons Math

[jira] [Updated] (MATH-1307) Create a base class for all RNGs

2015-12-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated MATH-1307: - Attachment: BaseRandomGenerator.java Proposed base class for all RNGs (to replace {{BitsStreamGenerator}}). The

[jira] [Comment Edited] (MATH-1306) Add public void nextBytes(byte[] bytes, int position, int length) method into the RandomGenerator interface

2015-12-27 Thread Rostislav Krasny (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072260#comment-15072260 ] Rostislav Krasny edited comment on MATH-1306 at 12/27/15 10:13 PM: ---

[jira] [Comment Edited] (MATH-1306) Add public void nextBytes(byte[] bytes, int position, int length) method into the RandomGenerator interface

2015-12-27 Thread Rostislav Krasny (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072260#comment-15072260 ] Rostislav Krasny edited comment on MATH-1306 at 12/27/15 10:12 PM: ---

[jira] [Commented] (MATH-1306) Add public void nextBytes(byte[] bytes, int position, int length) method into the RandomGenerator interface

2015-12-27 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072287#comment-15072287 ] Gilles commented on MATH-1306: -- I changed the precondition checks of {{nextBytes(byte[], int, int)}}, e.g. to

[jira] [Resolved] (MATH-1297) multistep integrator start failure triggers NPE

2015-12-27 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-1297. - Resolution: Fixed Fixed in git repository, both in MATH_3_X and master branches. > multistep