EdgeAIG's picture
download
raw
140 Bytes
//#region src/utils/skipN.ts
function skipN(rng, num) {
for (let idx = 0; idx !== num; ++idx) rng.next();
}
//#endregion
export { skipN };

Xet Storage Details

Size:
140 Bytes
·
Xet hash:
065bf69bf24bcb4702b8487199727cc59f712c2f801467917e9e54c47fdcf72e

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