EdgeAIG's picture
download
raw
498 Bytes
import { t as RandomGenerator } from "../RandomGenerator-DcXj09Ch.js";
//#region src/distribution/uniformFloat64.d.ts
/**
* Uniformly generate random 64-bit floating point values between 0 (included) and 1 (excluded)
*
* @remarks Generated values are multiples of 2**-53, providing 53 bits of randomness.
*
* @param rng - Instance of RandomGenerator to extract random values from
*
* @public
*/
declare function uniformFloat64(rng: RandomGenerator): number;
//#endregion
export { uniformFloat64 };

Xet Storage Details

Size:
498 Bytes
·
Xet hash:
650fc1e44ebcbcbc19e2e17c0a0513c5335f9c1513dc5943f96a0bea23588144

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.