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