EdgeAIG's picture
download
raw
274 Bytes
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region src/utils/generateN.ts
function generateN(rng, num) {
const out = [];
for (let idx = 0; idx !== num; ++idx) out.push(rng.next());
return out;
}
//#endregion
exports.generateN = generateN;

Xet Storage Details

Size:
274 Bytes
·
Xet hash:
ad6436193c6d4d45cd6455eeea3ab2be44880d59190c410de128f05aa515da1b

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