[jira] [Commented] (RNG-33) Consider adding convenience methods to UniformRandomProvider

2017-02-01 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15849092#comment-15849092 ] Gilles commented on RNG-33: --- Here is a way to somewhat alleviate your pain (if you use Java 8). Give

[jira] [Commented] (RNG-33) Consider adding convenience methods to UniformRandomProvider

2016-12-20 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15763980#comment-15763980 ] Gilles commented on RNG-33: --- Adding it would have the major inconvenience of breaking backwards com

[jira] [Commented] (RNG-33) Consider adding convenience methods to UniformRandomProvider

2016-12-19 Thread Duncan Jones (JIRA)
[ https://issues.apache.org/jira/browse/RNG-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15762504#comment-15762504 ] Duncan Jones commented on RNG-33: - OK, looks like most bases are covered already. What about

[jira] [Commented] (RNG-33) Consider adding convenience methods to UniformRandomProvider

2016-12-19 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15762194#comment-15762194 ] Gilles commented on RNG-33: --- {{nextDouble()}} in {{RandomUtils}} has a different semantics than in C