Skip to content

huyn03/RandomIntNR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Random Number No Replace

random list integer without replace

Getting Started

this is mini script random for game.

Installing

RandomIntNR = require('RandomIntNR.js')

Usage

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();

Built With

javascript - typescript

Authors

Đinh Thanh Huy DrHuy

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published