File

teal-src/util/crand.d.tl @ 11729:f37cafeb75d6

migrator: Trick net.server into thinking the config is loaded Fixes "Loading outside Prosody or Prosody not yet initialized"
author Kim Alvefur <zash@zash.se>
date Thu, 29 Jul 2021 14:06:14 +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