Submit
Path:
~
/
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
numpy
/
random
/
File Content:
_pcg64.pyi
from typing import TypedDict from numpy.random.bit_generator import BitGenerator, SeedSequence from numpy._typing import _ArrayLikeInt_co class _PCG64Internal(TypedDict): state: int inc: int class _PCG64State(TypedDict): bit_generator: str state: _PCG64Internal has_uint32: int uinteger: int class PCG64(BitGenerator): def __init__(self, seed: None | _ArrayLikeInt_co | SeedSequence = ...) -> None: ... def jumped(self, jumps: int = ...) -> PCG64: ... @property def state( self, ) -> _PCG64State: ... @state.setter def state( self, value: _PCG64State, ) -> None: ... def advance(self, delta: int) -> PCG64: ... class PCG64DXSM(BitGenerator): def __init__(self, seed: None | _ArrayLikeInt_co | SeedSequence = ...) -> None: ... def jumped(self, jumps: int = ...) -> PCG64DXSM: ... @property def state( self, ) -> _PCG64State: ... @state.setter def state( self, value: _PCG64State, ) -> None: ... def advance(self, delta: int) -> PCG64DXSM: ...
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__pycache__
---
0755
_examples
---
0755
lib
---
0755
tests
---
0755
__init__.pxd
431 bytes
0644
__init__.py
7506 bytes
0644
__init__.pyi
2143 bytes
0644
_bounded_integers.cpython-311-x86_64-linux-gnu.so
410480 bytes
0755
_bounded_integers.pxd
1669 bytes
0644
_common.cpython-311-x86_64-linux-gnu.so
286816 bytes
0755
_common.pxd
4939 bytes
0644
_generator.cpython-311-x86_64-linux-gnu.so
1008152 bytes
0755
_generator.pyi
22442 bytes
0644
_mt19937.cpython-311-x86_64-linux-gnu.so
115672 bytes
0755
_mt19937.pyi
724 bytes
0644
_pcg64.cpython-311-x86_64-linux-gnu.so
118144 bytes
0755
_pcg64.pyi
1091 bytes
0644
_philox.cpython-311-x86_64-linux-gnu.so
101416 bytes
0755
_philox.pyi
978 bytes
0644
_pickle.py
2318 bytes
0644
_sfc64.cpython-311-x86_64-linux-gnu.so
67384 bytes
0755
_sfc64.pyi
709 bytes
0644
bit_generator.cpython-311-x86_64-linux-gnu.so
232704 bytes
0755
bit_generator.pxd
1007 bytes
0644
bit_generator.pyi
3510 bytes
0644
c_distributions.pxd
6344 bytes
0644
mtrand.cpython-311-x86_64-linux-gnu.so
798376 bytes
0755
mtrand.pyi
19728 bytes
0644
setup.py
6688 bytes
0644
N4ST4R_ID | Naxtarrr