File

teal-src/util/crand.d.tl @ 11625:04abe65b8067

mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
author Kim Alvefur <zash@zash.se>
date Mon, 21 Jun 2021 17:31:17 +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