Table of Contents

Struct GenerationOptions

Namespace
Veritas
Assembly
Veritas.dll

Options controlling identifier generation.

public readonly struct GenerationOptions
Inherited Members

Properties

Count

Number of identifiers to generate.

public int Count { get; init; }

Property Value

int

Seed

Optional seed for deterministic generation.

public int? Seed { get; init; }

Property Value

int?