We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc37cba commit f57d462Copy full SHA for f57d462
randomstate/performance.py
@@ -85,7 +85,7 @@ def timer_64bit():
85
86
87
def timer_normal():
88
- command = 'rs.{dist}(1000000, method="inv")'
+ command = 'rs.{dist}(1000000, method="bm")'
89
command_numpy = 'rs.{dist}(1000000)'
90
dist = 'standard_normal'
91
run_timer(dist, command, command_numpy, SETUP, 'Standard normals')
0 commit comments