0.2.8
This release fixes a RangeError
issue in the reset
method for algorithms with 64-bit seeds. Number arguments with values larger than an unsigned int
were rejected due to the use of FIX2UINT
in the code. See #3.
All changes:
This release fixes a RangeError
issue in the reset
method for algorithms with 64-bit seeds. Number arguments with values larger than an unsigned int
were rejected due to the use of FIX2UINT
in the code. See #3.
All changes: