Skip to content

Commit

Permalink
DOC: remove random.entropy from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored and charris committed Sep 15, 2019
1 parent 7d65ab4 commit 61deb98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions doc/source/reference/random/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ What's New or Different
select distributions
* Optional ``out`` argument that allows existing arrays to be filled for
select distributions
* `~entropy.random_entropy` provides access to the system
source of randomness that is used in cryptographic applications (e.g.,
``/dev/urandom`` on Unix).
* All BitGenerators can produce doubles, uint64s and uint32s via CTypes
(`~.PCG64.ctypes`) and CFFI (`~.PCG64.cffi`). This allows the bit generators
to be used in numba.
Expand Down Expand Up @@ -203,7 +200,6 @@ Features
new-or-different
Comparing Performance <performance>
extending
Reading System Entropy <entropy>

Original Source
~~~~~~~~~~~~~~~
Expand Down
3 changes: 0 additions & 3 deletions doc/source/reference/random/new-or-different.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ Feature Older Equivalent Notes

And in more detail:

* `~.entropy.random_entropy` provides access to the system
source of randomness that is used in cryptographic applications (e.g.,
``/dev/urandom`` on Unix).
* Simulate from the complex normal distribution
(`~.Generator.complex_normal`)
* The normal, exponential and gamma generators use 256-step Ziggurat
Expand Down

0 comments on commit 61deb98

Please sign in to comment.