File

teal-src/util/random.d.tl @ 12958:640476114eb6

CHANGES: Add keyval+
author Matthew Wild <mwild1@gmail.com>
date Tue, 21 Mar 2023 18:59:19 +0000
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n:integer):string
end
return lib