Skip to content

Commit 3f11455

Browse files
Sheppard, KevinSheppard, Kevin
authored andcommitted
SYNC: Sync with upstream NumPy
Sync docstrings with upstream NumPy changes Sync tests with with upstream NumPy changes Change 'inv' to 'bm' for normal generation method to be more accurate
1 parent 681d837 commit 3f11455

File tree

6 files changed

+914
-302
lines changed

6 files changed

+914
-302
lines changed

randomstate/interface/random-kit/random-kit.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DEF RS_RNG_NAME = 'mt19937'
2-
DEF RS_NORMAL_METHOD = 'inv'
2+
DEF RS_NORMAL_METHOD = 'bm'
33
DEF RK_STATE_LEN = 624
44
DEF RS_SEED_NBYTES = 1
55

0 commit comments

Comments
 (0)