File

teal-src/util/crand.d.tl @ 12757:edbc888b1e05 0.12

util.jsonschema: Ignore some further test cases for URI references Full-URI references are not implemented
author Kim Alvefur <zash@zash.se>
date Sun, 09 Oct 2022 15:24:26 +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