dcapwell commented on code in PR #28: URL: https://github.com/apache/cassandra-accord/pull/28#discussion_r1089588577
########## accord-core/src/test/java/accord/burn/random/RandomInt.java: ########## @@ -0,0 +1,6 @@ +package accord.burn.random; + +public interface RandomInt Review Comment: C* simulator passes random in, where as BurnTest defines it on init... Personally I am a fan of the C* simulator's version but felt best to match existing code -- 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]

