Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Ensure SeedSequence 0-padding does not collide with spawn keys | Robert Kern | 2020-06-09 | 1 | -1/+27 |
| | | | | | | | | | | | | | Fixes #16539 The implicit 0-padding that is done to small entropy inputs to make them the size of the internal pool conflicts with the spawn keys, which start with an appended 0. In order to maintain stream compatibility with unspawned `SeedSequence`s, we explicitly 0-pad short inputs out to the pool size only if the spawn key is provided, and thus would trigger the bug. This should minimize the impact on users that were not encountering the bug. | ||||
* | TEST, DOC: fixes from review | mattip | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | API: move bit_generator and generator to be private | mattip | 2019-10-11 | 1 | -1/+1 |
| | |||||
* | BUG: Ensure consistent interpretation of uint64 states. (#13861) | Robert Kern | 2019-06-28 | 1 | -1/+15 |
| | | | * BUG: test, fix for big-endian systems | ||||
* | ENH: use SeedSequence to generate entropy for seeding | mattip | 2019-06-26 | 1 | -0/+40 |