maedhroz commented on code in PR #3459:
URL: https://github.com/apache/cassandra/pull/3459#discussion_r1707770701


##########
test/harry/main/org/apache/cassandra/harry/checker/ModelChecker.java:
##########
@@ -43,138 +45,173 @@ public ModelChecker()
 
     public void run() throws Throwable
     {
-        run(Integer.MAX_VALUE, System.currentTimeMillis());
+        run(0, Long.MAX_VALUE, new JdkRandomEntropySource(88));

Review Comment:
   nit: Should we continue to seed w/ `currentTimeMillis()`?



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