File

teal-src/util/random.d.tl @ 12314:898554323338

util.poll: Restructure to make adding additional system APIs easier
author Kim Alvefur <zash@zash.se>
date Wed, 23 Feb 2022 20:30:22 +0100
parent 11459:86904555bffc
line wrap: on
line source

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