PHP 8.2.30
Preview: _philox.pyi Size: 978 B
//opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/random/_philox.pyi

from typing import Any, TypedDict

from numpy import dtype, ndarray, uint64
from numpy.random.bit_generator import BitGenerator, SeedSequence
from numpy._typing import _ArrayLikeInt_co

class _PhiloxInternal(TypedDict):
    counter: ndarray[Any, dtype[uint64]]
    key: ndarray[Any, dtype[uint64]]

class _PhiloxState(TypedDict):
    bit_generator: str
    state: _PhiloxInternal
    buffer: ndarray[Any, dtype[uint64]]
    buffer_pos: int
    has_uint32: int
    uinteger: int

class Philox(BitGenerator):
    def __init__(
        self,
        seed: None | _ArrayLikeInt_co | SeedSequence = ...,
        counter: None | _ArrayLikeInt_co = ...,
        key: None | _ArrayLikeInt_co = ...,
    ) -> None: ...
    @property
    def state(
        self,
    ) -> _PhiloxState: ...
    @state.setter
    def state(
        self,
        value: _PhiloxState,
    ) -> None: ...
    def jumped(self, jumps: int = ...) -> Philox: ...
    def advance(self, delta: int) -> Philox: ...

Directory Contents

Dirs: 4 × Files: 25

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
tests DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
_examples DIR
- drwxr-xr-x 2026-01-20 13:01:48
Edit Download
- drwxr-xr-x 2026-02-06 08:07:28
Edit Download
227.25 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
1007 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
3.43 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.20 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
779.66 KB lrwxr-xr-x 2026-01-20 13:18:46
Edit Download
19.27 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.53 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
400.86 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
1.63 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
280.09 KB lrwxr-xr-x 2026-01-20 13:18:46
Edit Download
4.82 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
984.52 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
21.92 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
112.96 KB lrwxr-xr-x 2026-01-20 13:18:46
Edit Download
724 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
115.38 KB lrwxr-xr-x 2026-01-20 13:18:46
Edit Download
1.07 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
99.04 KB lrwxr-xr-x 2026-01-20 13:18:46
Edit Download
978 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.26 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
65.80 KB lrwxr-xr-x 2026-01-20 13:18:47
Edit Download
709 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
431 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
7.33 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.09 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).