Skip to content

Releases: Xander1233/SnowflakeGenerator

Generate multiple snowflakes

12 Aug 23:18
Compare
Choose a tag to compare

Changelog

  • Add function to generate multiple Snowflakes at once
  • Some refactoring

Alike generators

12 Aug 01:19
Compare
Choose a tag to compare

Added next function to imitate the functionality of generators.

(You call .next() and get the next result)

Initial release

12 Aug 01:05
Compare
Choose a tag to compare

The generator generates snowflakes by calling "SnowflakeGenerator#id". This will generate a new id every single call.

This release is the first production ready release