EdgeAIG's picture
download
raw
192 Bytes
//#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
export { generateN };

Xet Storage Details

Size:
192 Bytes
·
Xet hash:
b8bacf8f81783df467a6bb68a301de8209e33527911fd8616caeebe3576274e9

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