File

teal-src/util/crand.d.tl @ 12610:e2fdcd386ebb

net.server: Add teal description file
author Kim Alvefur <zash@zash.se>
date Sun, 24 Jul 2022 21:25:17 +0200
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n : integer) : string
	enum sourceid "OpenSSL" "arc4random()" "Linux" end
	_source : sourceid
end
return lib