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

Method state_data

dask/array/_array_expr/random.py:1034–1035  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1032
1033 @cached_property
1034 def state_data(self):
1035 return _spawn_bitgens(self._state, len(self.sizes))
1036
1037 def _layer(self) -> dict:
1038 return {

Callers

nothing calls this directly

Calls 1

_spawn_bitgensFunction · 0.70

Tested by

no test coverage detected