Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/mod.ts>useRNG

Feature Extraction and Feature Selection in TypeScript
Go to Latest
function useRNG
import { useRNG } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/mod.ts";

Get random number from range

Parameters

min: number

Min value of range.

max: number

Max value of range.

optional
allowDecimals = [UNSUPPORTED]

Whether to allow decimal point in result.