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


##########
accord-core/src/main/java/accord/utils/RandomSource.java:
##########
@@ -233,6 +238,93 @@ default double nextDouble(double minInclusive, double 
maxExclusive)
 
     double nextGaussian();
 
+    default int pickInt(int first, int second, int... rest)

Review Comment:
   This was removed in CASSANDRA-19045, adding it back



-- 
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