(self, n_words, dtype=np.uint32)
| 213 | |
| 214 | class FakeSeedSequence: |
| 215 | def generate_state(self, n_words, dtype=np.uint32): |
| 216 | return np.zeros(n_words, dtype=dtype) |
| 217 | |
| 218 | ISeedSequence.register(FakeSeedSequence) |
| 219 |
no outgoing calls
no test coverage detected