applyRandomOp

abstract fun applyRandomOp(state: S, replicaIndex: Int, random: Random): S

Pick and apply an op against state using random for choices. Returns the new state (post-mutation).