EdgeAIG's picture
download
raw
528 Bytes
import { t as RandomGenerator } from "../RandomGenerator-DcXj09Ch.js";
//#region src/distribution/uniformBigInt.d.ts
/**
* Uniformly generate random bigint values between `from` (included) and `to` (included)
*
* @param rng - Instance of RandomGenerator to extract random values from
* @param from - Lower bound of the range (included)
* @param to - Upper bound of the range (included)
*
* @public
*/
declare function uniformBigInt(rng: RandomGenerator, from: bigint, to: bigint): bigint;
//#endregion
export { uniformBigInt };

Xet Storage Details

Size:
528 Bytes
·
Xet hash:
844e160781107714f241a59b6afc415752c450e9213c3ae1cfe627e5d6b85104

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