0.2.0 • Published 2 years ago

random.jxx v0.2.0

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
2 years ago

random.jxx

Install

  • Check you have the build requirements installed
  • npm install --save random.jxx

Usage

const random = require("random.jxx");
random.string(100); // random string with a length of 100
random.number(1, 100); // random number between 1 and 100

random.string(100, {
    chars: random.CHARS.ALL
}); // random string with a length of 100 with all all chars

// for `CHARS` options see index.d.ts

Build Requirements

  • python3
  • make
  • gcc
  • node