Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 165 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 165 Bytes

custom-random

random function but you can custom it.

local crandom = require("crandom")

local seed, step = 1234, -1
print(crandom:random(seed, step))