Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
all system
Description
when we use the following code , we can see that the method produce only even number.
while (true) {
// for (int i = 0; i < 100; i++) {
if (RandomUtils.nextLong() % 2 == 1)
}