File tree 2 files changed +0
-7
lines changed
doc/source/reference/random 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,6 @@ What's New or Different
151
151
select distributions
152
152
* Optional ``out `` argument that allows existing arrays to be filled for
153
153
select distributions
154
- * `~entropy.random_entropy ` provides access to the system
155
- source of randomness that is used in cryptographic applications (e.g.,
156
- ``/dev/urandom `` on Unix).
157
154
* All BitGenerators can produce doubles, uint64s and uint32s via CTypes
158
155
(`~.PCG64.ctypes `) and CFFI (`~.PCG64.cffi `). This allows the bit generators
159
156
to be used in numba.
@@ -203,7 +200,6 @@ Features
203
200
new-or-different
204
201
Comparing Performance <performance >
205
202
extending
206
- Reading System Entropy <entropy >
207
203
208
204
Original Source
209
205
~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ Feature Older Equivalent Notes
45
45
46
46
And in more detail:
47
47
48
- * `~.entropy.random_entropy ` provides access to the system
49
- source of randomness that is used in cryptographic applications (e.g.,
50
- ``/dev/urandom `` on Unix).
51
48
* Simulate from the complex normal distribution
52
49
(`~.Generator.complex_normal `)
53
50
* The normal, exponential and gamma generators use 256-step Ziggurat
You can’t perform that action at this time.
0 commit comments