MistflakeGenerator.this

Takes in a starting ID and a worker ID

  1. this(ulong start, ulong worker)
    struct MistflakeGenerator
    this
    (
    ulong start
    ,
    ulong worker
    )
  2. this(Mistflake start, ulong worker)
  3. this(Mistflake start)

Parameters

start ulong

The starting ID (If value is 0 it will be set to 1)

worker ulong

The worker ID (If value is 0 it will be set to a random value)

Meta