Drop the stale kind count from the builtins registry comment
This commit was merged in pull request #2.
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@ const (
|
|||||||
maxDecimals = 1024
|
maxDecimals = 1024
|
||||||
)
|
)
|
||||||
|
|
||||||
// builtins is the registry of {name(args)} functions. Two kinds: derivations read
|
// builtins is the registry of {name(args)} functions. Derivations read the
|
||||||
// the digits emitted so far in the current expansion (luhn, mod11, ean — place
|
// digits emitted so far in the current expansion (luhn, mod11, ean — place them
|
||||||
// them after their payload); samples read only the rng (uuid, ulid, ...). All
|
// after their payload); samples read only the rng (uuid, ulid, ...). All
|
||||||
// must stay pure over (rng, emitted, args) so seeded output is reproducible — a
|
// must stay pure over (rng, emitted, args) so seeded output is reproducible — a
|
||||||
// time-based id (uuid v7, ulid) draws its timestamp from the rng, not the wall
|
// time-based id (uuid v7, ulid) draws its timestamp from the rng, not the wall
|
||||||
// clock. Add a builtin only for what data can't express: a random v4 UUID and a
|
// clock. Add a builtin only for what data can't express: a random v4 UUID and a
|
||||||
|
|||||||
Reference in New Issue
Block a user