Skip to content

Instantly share code, notes, and snippets.

View alex-min's full-sized avatar
🌴
On vacation

Alexandre alex-min

🌴
On vacation
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 = ""