File

teal-src/util/crand.d.tl @ 11607:03eb4c0dca27

mod_admin_shell: module:info: List 'items' that can be formatted easily Some items like HTTP providers would be very verbose, others are tricky to handle.
author Kim Alvefur <zash@zash.se>
date Sat, 12 Jun 2021 18:06:37 +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