Universeorange.com/Docs/

Priya library Function reference Element functions rand

    ready(() => {
        let random = _('_').rand(1000, 9999);
        console.log(random);
});

Generates a random number. from and to are optional.

Last modified: 2021-06-07

© 2021 universeorange.com