MCPcopy Create free account
hub / github.com/dask/dask / state_data

Method state_data

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_spawn_bitgensFunction · 0.70

Tested by

no test coverage detected