File

teal-src/util/crand.d.tl @ 12259:57792ed670e7

mod_bookmarks: Fix typos in stanza error messages [codespell]
author Kim Alvefur <zash@zash.se>
date Fri, 04 Feb 2022 16:39:35 +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