(t *testing.T)
| 202 | // random order. |
| 203 | func TestIterativeRandomStateSyncIndividual(t *testing.T) { testIterativeRandomStateSync(t, 1) } |
| 204 | func TestIterativeRandomStateSyncBatched(t *testing.T) { testIterativeRandomStateSync(t, 100) } |
| 205 | |
| 206 | func testIterativeRandomStateSync(t *testing.T, batch int) { |
| 207 | // Create a random state to copy |
nothing calls this directly
no test coverage detected