dcapwell commented on code in PR #119:
URL: https://github.com/apache/cassandra-accord/pull/119#discussion_r1739213399


##########
accord-core/src/test/java/accord/utils/Gens.java:
##########
@@ -262,6 +266,56 @@ private static int index(RandomSource rs, float[] weights)
         return i;
     }
 
+    public static Gen<Gen.IntGen> mixedDistribution(int minInclusive, int 
maxExclusive, int numBuckets)

Review Comment:
   creates uniform buckets within the range then each invoke selects from the 
index using a chosen distro, and within this range we use another distro 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to