EdgeAIG's picture
download
raw
411 Bytes
import * as Context from "../Context.js";
/** @internal */
export const Random = /*#__PURE__*/Context.Reference("effect/Random", {
defaultValue: () => ({
nextIntUnsafe() {
return Math.floor(Math.random() * (Number.MAX_SAFE_INTEGER - Number.MIN_SAFE_INTEGER + 1)) + Number.MIN_SAFE_INTEGER;
},
nextDoubleUnsafe() {
return Math.random();
}
})
});
//# sourceMappingURL=random.js.map

Xet Storage Details

Size:
411 Bytes
·
Xet hash:
4353a929a4da784d5323129e53ef3ce165a6784a43d0c20b8ec7b314d4065dd2

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