Commit Graph

10 Commits

Author SHA1 Message Date
rhy
b39e295eb4 uuid: Add a time arg to ulid 2023-01-10 11:21:32 -03:00
rhy
04d658d601 uuid: Slightly better docs on ulid 2023-01-10 11:21:32 -03:00
rhy
228620d61c uuid: Add an ulid func + helper funcs 2023-01-10 11:21:32 -03:00
rhy
3c959caa23 uuid: Slight style fix
Don't need to capture the 2nd value oops, also separated the format
call into multiple lines
2023-01-10 11:21:32 -03:00
rhy
370b33b96f woops typo 2023-01-10 11:21:31 -03:00
rhy
2642c304ad uuid: Discard gsub's 2nd return value 2023-01-10 11:21:31 -03:00
rhy
57bc1a2edb uuid: Use mathx's _random instead of stringx's 2023-01-10 11:21:31 -03:00
rhy
e630418372 uuid: Add a passed rng to uuid4 2023-01-10 11:21:31 -03:00
rhy
5f2e7b437d uuid: Fix variable casing 2023-01-10 11:21:31 -03:00
Josh Perry
a089b160a2 uuid: added a uuid module
Only contains a function for (the most useful) uuid4 at present.
2022-05-26 14:05:04 +01:00