teal-src/util/random.d.tl
author Kim Alvefur <zash@zash.se>
Thu, 18 Mar 2021 23:16:41 +0100
changeset 11463 86904555bffc
parent 11436 113f3912c7cb
permissions -rw-r--r--
teal: Use new integer support in Teal 0.13.0

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