Releases: muyo/sno
Releases · muyo/sno
1.2.1
1.2.0
1.1.0
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 snos. 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.