UNPKG

rayid

Version:

RayID generator.

12 lines (9 loc) 507 B
import RayID from "rayid"; const ray = new RayID(); // All values const srt = new RayID("lower"); // Loercase generator const int = new RayID("digit"); // Only int generator const sym = new RayID("symbol"); // Symbol generator console.log("Random of everything: " + ray.gen(10)); // Z*jVQ3c:+H console.log("String in lowercase: " + srt.gen(10)); // ksixvpqohi console.log("Number, 0 is not first: " + int.gen(10)); // 4748182066 console.log("Some symbols stuff: " + sym.gen(10)); // ?,^.+</::/