Delegate Bulk.SpanGenerator
- Namespace
- Veritas
- Assembly
- Veritas.dll
public delegate (bool ok, int written) Bulk.SpanGenerator(Span<char> destination, Random rng)
Parameters
destinationSpan<char>Buffer where the generated value will be written.
rngRandomSource of randomness for generation.