| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MAINT: Remove unused file | Kevin Sheppard | 2020-05-12 | 1 | -215/+0 |
| | | | | | Remove unused file containing the old polynomial representation. | ||||
| * | REF: Refactor jump code | Kevin Sheppard | 2020-05-12 | 3 | -116/+143 |
| | | | | | | | Refactor polynomial to be unsigned long array Remove unused code Fix md5 calculation on BE | ||||
| * | BUG: Correct loop order in MT19937 jump | Kevin Sheppard | 2020-05-12 | 2 | -3/+9 |
| | | | | | | | Use the original loop order instead of an inverted order closes #15394 | ||||
| * | MAINT: Implement API changes for randomgen-derived code | mattip | 2019-05-20 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | remove numpy.random.gen, BRNG.generator, pcg*, rand, randn remove use_mask and Lemire's method, fix benchmarks for PCG removal convert brng to bitgen (in C) and bit_generator (in python) convert base R{NG,andom.*} to BitGenerator, fix last commit randint -> integers, remove rand, randn, random_integers RandomGenerator -> Generator, more "basic RNG" -> BitGenerator random_sample -> random, jump -> jumped, resync with randomgen Remove derived code from entropy Port over changes accepted in upstream to protect log(0.0) where relevant fix doctests for jumped, better document choice Remove Python 2.7 shims Use NPY_INLINE to simplify Fix performance.py to work Renam directory brng to bit_generators Fix examples wiht new directory structure Clarify relationship to historical RandomState Remove references to .generator Rename xoshiro256/512starstar | ||||
| * | BENCH: convert bencmarks to asv format | mattip | 2019-05-20 | 10 | -0/+1574 |
| remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random | |||||
