Skip to content

UuidOptions

Defined in: src/uuid/options.ts:6

Options common to every UUID version.

optional engine?: EngineLike

Defined in: src/uuid/options.ts:11

Draw from this engine instead of the platform CSPRNG. Identifiers default to the CSPRNG; pass an engine only to make a test deterministic.