[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-23 Thread Gus Power (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15600144#comment-15600144 ] Gus Power commented on LANG-1196: - Yes from a thread-safety point of view your patch of just setting the

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-15 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15577998#comment-15577998 ] Bruno P. Kinoshita commented on LANG-1196: -- >>new Scenario object > >Does it belong in this

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-14 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15576968#comment-15576968 ] Gilles commented on LANG-1196: -- {quote} {code} public static void seed(long seed) { RANDOM = new

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-14 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15576851#comment-15576851 ] Bruno P. Kinoshita commented on LANG-1196: -- Thanks for providing a patch so quickly. {code}

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-14 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574521#comment-15574521 ] Bruno P. Kinoshita commented on LANG-1196: -- >RandomSringUtils is a "utility" class: all methods

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568822#comment-15568822 ] Gilles commented on LANG-1196: -- bq. easy fix would be to pass the Random implementation in the constructor

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568166#comment-15568166 ] Bruno P. Kinoshita commented on LANG-1196: -- Hi Gus, Having a patch or pull request would