Release 1.15.1
Release with new generators, improved generation for integers and synchronized with upstream changes:
- Added Xoshiro256** and Xoshiro512**, the preferred generators of this class.
- Fixed bug in jump method of Random123 generators which did nto specify a default value.
- Added support for generating bounded uniform integers using Lemire's method.
- Synchronized with upstream changes, which requires moving the minimum supported NumPy to 1.13.