diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-06 13:32:30 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-09-06 13:32:30 -0700 |
| commit | 13923c9d26e53da8f38326de7997461631807a10 (patch) | |
| tree | 933676bc558d18317e2f9efde97d0d3b254f98f8 | |
| parent | a35d010dfe2b2769cf13ae508952c279aecb3aac (diff) | |
Made uuid action public.
| -rw-r--r-- | core/id.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/id.nom b/core/id.nom index 80d40f0..8a213d4 100644 --- a/core/id.nom +++ b/core/id.nom @@ -25,7 +25,7 @@ set %id_by_obj's metatable to {..} %obj_by_id.%id = %key return %id -local action [uuid]: +action [uuid]: # Set all the other bits to randomly (or pseudo-randomly) chosen values. %bytes = [..] randint (2^(4*8)), # time-low |
