EdgeAIG's picture
download
raw
520 Bytes
import { t as RandomGenerator } from "../RandomGenerator-DcXj09Ch.js";
//#region src/distribution/uniformInt.d.ts
/**
* Uniformly generate random integer 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 uniformInt(rng: RandomGenerator, from: number, to: number): number;
//#endregion
export { uniformInt };

Xet Storage Details

Size:
520 Bytes
·
Xet hash:
d4486b08085a9882bf77a1da2a639aa10e156cad3d8992e0d7313b4c4456204e

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