(self)
| 891 | return np_rng.randint(self.ds_len) |
| 892 | |
| 893 | def __len__(self): |
| 894 | return self.dataset_size |
| 895 | |
| 896 | def __getitem__(self, idx): |
| 897 | # get rng state corresponding to index (allows deterministic random pair) |
nothing calls this directly
no outgoing calls
no test coverage detected