Releases: arlyon/bluenoise-rs
Releases · arlyon/bluenoise-rs
Version 0.2.0
Changes:
- BlueNoise is now generic over the type of
Rng
used - There is now a new type of noise,
WrappingBlueNoise
Thanks to @benfrankel for the contributions! 🎉
Version 0.1.2
Changes:
- allows building with pre-seeded rng (courtesy of @alec-deason)
Version 0.1.1
Changes:
- Uses an improved algorithm for tighter packing (read: faster execution)