8000 DOC: remove random.entropy from docs · numpy/numpy@61deb98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61deb98

Browse files
mattipcharris
authored andcommitted
DOC: remove random.entropy from docs
1 parent 7d65ab4 commit 61deb98

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

doc/source/reference/random/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ What's New or Different
151151
select distributions
152152
* Optional ``out`` argument that allows existing arrays to be filled for
153153
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).
157154
* All BitGenerators can produce doubles, uint64s and uint32s via CTypes
158155
(`~.PCG64.ctypes`) and CFFI (`~.PCG64.cffi`). This allows the bit generators
159156
to be used in numba.
@@ -203,7 +200,6 @@ Features
203200
new-or-different
204201
Comparing Performance <performance>
205202
extending
206-
Reading System Entropy <entropy>
207203

208204
Original Source
209205
~~~~~~~~~~~~~~~

doc/source/reference/random/new-or-different.rst 8767

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ Feature Older Equivalent Notes
4545

4646
And in more detail:
4747

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).
5148
* Simulate from the complex normal distribution
5249
(`~.Generator.complex_normal`)
5350
* The normal, exponential and gamma generators use 256-step Ziggurat

0 commit comments

Comments
 (0)
0