Return the default BitGenerator type
(self)
| 355 | |
| 356 | @property |
| 357 | def default_bit_generator(self): |
| 358 | """Return the default BitGenerator type""" |
| 359 | raise NotImplementedError |
| 360 | |
| 361 | @staticmethod |
| 362 | def ones(shape, *, dtype=None, meta=None, **kwargs): |
no outgoing calls
no test coverage detected