(self, size=None, chunks="auto", **kwargs)
| 715 | |
| 716 | @derived_from(np.random.RandomState, skipblocks=1) |
| 717 | def random_sample(self, size=None, chunks="auto", **kwargs): |
| 718 | return _wrap_func(self, "random_sample", size=size, chunks=chunks, **kwargs) |
| 719 | |
| 720 | random = random_sample |
| 721 |
no test coverage detected