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

Xet Storage Details

Size:
218 Bytes
·
Xet hash:
7aa97e4af52156d56863fd86c2ce861fef8fff8a251200ad7d58a141b95af7cf

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