File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,11 @@ randomstate.prng-xorshift128-standard_normal 28.0%
156
156
157
157
## Differences from ` numpy.random.RandomState `
158
158
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
+
159
164
### New Functions
160
165
161
166
* ` random_entropy ` - Read from the system entropy provider, which is commonly
@@ -165,5 +170,3 @@ used in cryptographic applications
165
170
distance. _ Only available if supported by the RNG._
166
171
* ` advance ` - Advanced the core RNG 'as-if' a number of draws were made,
167
172
without actually drawing the numbers. _ Only available if supported by the RNG._
168
-
169
- ### New Functions
You can’t perform that action at this time.
0 commit comments