teal-src/util/crand.d.tl
author Kim Alvefur <zash@zash.se>
Fri, 12 Nov 2021 22:34:04 +0100
changeset 11906 98fd531594bd
parent 11463 86904555bffc
permissions -rw-r--r--
util.prosodyctl.shell: Bring back banner set from config! I miss my custom ANSI-colored greeting!

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