rng-with-excluded-ranges
``` It's an extension of random-number-csprng package to exclude ranges. ``` ## Installation ``` npm install --save rng-with-excluded-ranges ``` ## Import ``` const rngWithExcludedRanges = require("rng-with-excluded-ranges") ``` ## Usage ``` const Promis