rulvar API reference / @rulvar/core / RandIdentityInput
Interface: RandIdentityInput
Defined in: packages/core/src/journal/identity.ts:68
Deterministic shims: ctx.now / ctx.random / ctx.uuid (kind 'rand').
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
key? | string | ctx.random(key) provides a stable alternative to positional binding. | packages/core/src/journal/identity.ts:72 |
kind | "rand" | - | packages/core/src/journal/identity.ts:69 |
subtype | "now" | "random" | "uuid" | - | packages/core/src/journal/identity.ts:70 |