Skip to content

Commit 4abf1d5

Browse files
Sheppard, KevinSheppard, Kevin
authored andcommitted
DOC: Update README
1 parent 0afc584 commit 4abf1d5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ randomstate.prng-xorshift128-standard_normal 28.0%
156156

157157
## Differences from `numpy.random.RandomState`
158158

159+
### New Features
160+
* `stanard_normal` and `normal` support an additional `method` keyword
161+
argument which can be `inv` or `zig` where `inv` corresponds to the
162+
current method and `zig` uses tha much faster (100%+) ziggurat method.
163+
159164
### New Functions
160165

161166
* `random_entropy` - Read from the system entropy provider, which is commonly
@@ -165,5 +170,3 @@ used in cryptographic applications
165170
distance. _Only available if supported by the RNG._
166171
* `advance` - Advanced the core RNG 'as-if' a number of draws were made,
167172
without actually drawing the numbers. _Only available if supported by the RNG._
168-
169-
### New Functions

0 commit comments

Comments
 (0)