teal-src/prosody/util/crand.d.tl
author Kim Alvefur <zash@zash.se>
Thu, 23 Mar 2023 13:36:52 +0100
changeset 12983 fbbf4f0db8f0
parent 11463 teal-src/util/crand.d.tl@86904555bffc
permissions -rw-r--r--
teal: Move into prosody namespace

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