Class Bulk
- Namespace
- Veritas
- Assembly
- Veritas.dll
Helpers for bulk identifier generation.
public static class Bulk
- Inheritance
-
Bulk
- Inherited Members
Methods
GenerateMany(SpanGenerator, int, int?)
Generates a sequence of identifiers using the provided generator delegate.
public static IEnumerable<string> GenerateMany(Bulk.SpanGenerator tryGenerate, int count, int? seed = null)
Parameters
tryGenerateBulk.SpanGeneratorDelegate that attempts to write an identifier into the provided span.
countintHow many identifiers to produce.
seedint?Optional seed for deterministic generation.
Returns
- IEnumerable<string>
An enumerable sequence of generated identifiers.