math-mumu 0.2.0-rc.4

Math functions plugin for the MuMu / Lava language
Documentation
1
2
3
4
5
extend("math")

gen = math:srand(230)
sput( gen() ) // => e.g. 1608638478
sput( gen() ) // => next random number from seed=42