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

2024-06-25 Thread M. Justin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17860048#comment-17860048 ] M. Justin commented on LANG-1196: - [~ggregory] I would say this isn't at all fixed, since

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

2024-06-25 Thread M. Justin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17860002#comment-17860002 ] M. Justin commented on LANG-1196: - As of 3.13.0, this class now uses {{ThreadLocalRandom}}

[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&focusedCommentId=15600144#comment-15600144 ] Gus Power commented on LANG-1196: - Yes from a thread-safety point of view your patch of jus

[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&focusedCommentId=15577998#comment-15577998 ] Bruno P. Kinoshita commented on LANG-1196: -- >>new Scenario object > >Does it belon

[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&focusedCommentId=15576968#comment-15576968 ] Gilles commented on LANG-1196: -- {quote} {code} public static void seed(long seed) { RANDOM

[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&focusedCommentId=15576851#comment-15576851 ] Bruno P. Kinoshita commented on LANG-1196: -- Thanks for providing a patch so quickl

[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&focusedCommentId=15574521#comment-15574521 ] Bruno P. Kinoshita commented on LANG-1196: -- >RandomSringUtils is a "utility" class

[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&focusedCommentId=15568822#comment-15568822 ] Gilles commented on LANG-1196: -- bq. easy fix would be to pass the Random implementation in the

[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&focusedCommentId=15568166#comment-15568166 ] Bruno P. Kinoshita commented on LANG-1196: -- Hi Gus, Having a patch or pull reques