All Versions
2
Latest Version
Avg Release Cycle
31 days
Latest Release
1716 days ago
Changelog History
Changelog History
-
v1.1.0 Changes
March 30, 2020๐ Fixes
- Encoding on non-amd64 architectures (2fb605d)
๐ Changes
- โ Removed dependency on
crypto/rand
(d122e96)
It may have been misleading, given there is nothing cryptographically secure about sno s. Generators created without a Snapshot, eg. without being given a Partition, now receive a Partition monotonically increasing from a time based seed created at init time. This allows for the creation of 65355 generators guaranteed to not have colliding Partitions during the lifetime of the process, when they are not manually given.
This does not affect Generators created from Snapshots where the Partitions are managed by the user.
The change additionally results in reduced binary sizes.
๐ Performance
-
v1.0.0
February 28, 2020