Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
Low
Description
The randomness of our distributions is pretty bad. We are using the JDKRandomGenerator() but in testing of uniform(1..3) we see for 100 iterations it's only outputting 3. If you bump it to 10k it hits all 3 values.
I made a change to just use the default commons math random generator and now see all 3 values for n=10
Attachments
Attachments
Issue Links
- relates to
-
CASSANDRA-13940 Fix stress seed multiplier
- Review In Progress