File

teal-src/util/uuid.d.tl @ 12092:36b9252866d0

CHANGES: Reorganize by added/changed/removed to improve readability
author Kim Alvefur <zash@zash.se>
date Tue, 21 Dec 2021 20:43:44 +0100
parent 11459:86904555bffc
child 12625:e43a01641ca1
line wrap: on
line source

local record lib
	get_nibbles : (number) : string
	generate : function () : string

	seed : function (string)
end
return lib