random list integer without replace
this is mini script random for game.
RandomIntNR = require('RandomIntNR.js')
let r = new RandomIntNR();
r.init({
x:1,
y: 10,
events: {
onValue: e=> { console.log(e) },
onTick: e=> { console.log(e) }
}
});
r.events.onPause = function(e){ console.log(e) };
r.run()
r.pause();
r.resume();
javascript - typescript
Đinh Thanh Huy DrHuy
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks for used
- It help for you: donate me $1: https://paypal.me/huy03