Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/src/core/tensor/random.ts>Random.random

Powerful machine learning, accelerated by WebGPU
Go to Latest
method Random.random
import { Random } from "https://deno.land/x/netsaur@0.2.2/src/core/tensor/random.ts";

returns a random number

Parameters

optional
min: number | number[]
optional
max: number | number[]

Returns

number