Skip to content

Instantly share code, notes, and snippets.

View alex-min's full-sized avatar
💭
busy

Alexandre alex-min

💭
busy
View GitHub Profile
local M = {}
-----
math.randomseed( os.time() )
math.random()
-----
local function num2bs(num)
local _mod = math.fmod or math.mod
local _floor = math.floor
--
local result = ""