DeterministicRandomizer returns hard-coded values, removing all randomness from example generation
| 194 | // DeterministicRandomizer returns hard-coded values, removing all randomness |
| 195 | // from example generation |
| 196 | type DeterministicRandomizer struct{} |
| 197 | |
| 198 | func (DeterministicRandomizer) ArrayLength() int { return 1 } |
| 199 | func (DeterministicRandomizer) Int() int { return 1 } |
nothing calls this directly
no outgoing calls
no test coverage detected