floats
floats(
n):Float64Array
Defined in: src/global/numbers.ts:188
n doubles in [0, 1).
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”Float64Array
Example
Section titled “Example”floats(1_000); // Float64Array(1000) [ 0.396..., 0.364..., ... ]