Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Add spaces after commas. | Charles Harris | 2021-05-04 | 1 | -1/+1 |
* | DOC: Add PCG64DXSM to performance-measuring script. | Robert Kern | 2021-05-04 | 1 | -3/+3 |
* | MAINT: OrderedDict is no longer necessary from Python 3.7 | Mike Taves | 2021-03-08 | 1 | -5/+4 |
* | DOC: Update performance numbers | Kevin Sheppard | 2019-06-27 | 1 | -2/+15 |
* | DOC: Update benchmark codes to match current set. | Robert Kern | 2019-06-25 | 1 | -2/+2 |
* | MAINT: remove xoshiro* BitGenerators | mattip | 2019-06-26 | 1 | -3/+2 |
* | MAINT: remove dSFMT | mattip | 2019-06-16 | 1 | -2/+2 |
* | Revert "MAINT: Implement API changes for randomgen-derived code" | Kevin Sheppard | 2019-05-27 | 1 | -17/+21 |
* | MAINT: Remove remnants of bit generators | Kevin Sheppard | 2019-05-27 | 1 | -4/+3 |
* | MAINT: Implement API changes for randomgen-derived code | mattip | 2019-05-20 | 1 | -11/+9 |
* | BUG: __dealloc__ can be called without __init__ in some error modes | mattip | 2019-05-20 | 1 | -0/+74 |