teal-src/util/crand.d.tl
author Matthew Wild <mwild1@gmail.com>
Fri, 04 Nov 2022 12:26:10 +0000
branch0.12
changeset 12796 997f3ca90628
parent 11463 86904555bffc
permissions -rw-r--r--
util.json: Accept empty arrays with whitespace (fixes #1782)

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