function useRNGimport { useRNG } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/src/utils/random/mod.ts"; useRNG(min: number,max: number,allowDecimals?,): numberGet random number from range Parametersmin: numberMin value of range. max: numberMax value of range. optionalallowDecimals = [UNSUPPORTED]Whether to allow decimal point in result. ReturnsnumberRandom number