File

teal-src/util/random.d.tl @ 12249:5173f8a761a0

mod_pep: Clarify purpose of fallback service Extra-extra obvious that no interaction with this should lead to persisted changes
author Kim Alvefur <zash@zash.se>
date Thu, 03 Feb 2022 10:02:26 +0100
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n:integer):string
end
return lib