(self, n_words, dtype=np.uint32)
| 175 | |
| 176 | class FakeSeedSequence: |
| 177 | def generate_state(self, n_words, dtype=np.uint32): |
| 178 | return np.zeros(n_words, dtype=dtype) |
| 179 | |
| 180 | ISeedSequence.register(FakeSeedSequence) |
| 181 |
no outgoing calls
no test coverage detected