aboutsummaryrefslogtreecommitdiff
path: root/spec/02-random_spec.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* exclude LuaJIT for erro testsfeat/rndThijs Schreijer4 days1-18/+27
|
* align error handlingThijs Schreijer4 days1-12/+15
|
* feat(random): add rnd() to mimic math.random()Thijs Schreijer4 days1-0/+133
| | | | Matches Lua 5.4+ implementation. But uses crypto secure random data.
* feat(*): add environment variable and random functionsThijs Schreijer2023-11-151-0/+47