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