https://issues.apache.org/bugzilla/show_bug.cgi?id=54264
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #4 from Philippe Mouawad <[email protected]> --- If you are using : Per Thread(User) : True And same seed value, then you get the same values, as: http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Random.html " If two instances of Random are created with the same seed, and the same sequence of method calls is made for each, they will generate and return identical sequences of numbers" -- You are receiving this mail because: You are the assignee for the bug.
