blob: 4df36465359da652953b87c187a5649332a352a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Philox Counter-based RNG
========================
.. currentmodule:: numpy.random
.. autoclass:: Philox
:members: __init__
:exclude-members: __init__
State
-----
.. autosummary::
:toctree: generated/
~Philox.state
Parallel generation
-------------------
.. autosummary::
:toctree: generated/
~Philox.advance
~Philox.jumped
Extending
---------
.. autosummary::
:toctree: generated/
~Philox.cffi
~Philox.ctypes
|