aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/crand.d.tl
blob: 80564025754cb141ffe652a34a98b5413fea0437 (plain)
1
2
3
4
5
6
local record lib
	bytes : function (n : number) : string
	enum sourceid "OpenSSL" "arc4random()" "Linux" end
	_source : sourceid
end
return lib