File

teal-src/util/crand.d.tl @ 11487:b104c10ffce7

util.datamapper: Use attribute convenience function throughout
author Kim Alvefur <zash@zash.se>
date Fri, 26 Mar 2021 12:53:29 +0100
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