@webdeveric/utils
    Preparing search index...

    Function randomInt

    Get a cryptographically secure random integer between min (inclusive) and max (exclusive).

    randomInt(1, 10); // a random integer >= 1 and < 10
    randomInt({ min: 1, max: 10 }); // a random integer >= 1 and < 10