MCPcopy Index your code
hub / github.com/dask/dask / random_state_data

Method random_state_data

dask/dataframe/dask_expr/_expr.py:1807–1808  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1805
1806 @functools.cached_property
1807 def random_state_data(self):
1808 return random_state_data(self.frame.npartitions, self.random_state)
1809
1810 def _task(self, name: Key, index: int) -> Task:
1811 args = [self._blockwise_arg(op, index) for op in self._args]

Callers

nothing calls this directly

Calls 1

random_state_dataFunction · 0.90

Tested by

no test coverage detected