MistflakeGenerator

The MistflakeGenerator can generate Mistflakes

Constructors

this
this(ulong start, ulong worker)

Takes in a starting ID and a worker ID

this
this(Mistflake start, ulong worker)

Takes in a starting Mistflake and a worker ID

this
this(Mistflake start)

Takes in a starting Mistflake

Members

Functions

next
Mistflake next()

Generate the next Mistflake

Meta