MistflakeGenerator.this

Takes in a starting Mistflake and a worker ID

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

Parameters

start Mistflake

The starting Mistflake. The start will be the given Mistflakes ID

worker ulong

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

Meta