UNPKG

ecclesia

Version:

Framework for political and electoral simulations

13 lines (12 loc) 278 B
// src/utils.ts import RNG from "@gouvernathor/rng"; function createRandomObj({ randomObj, randomSeed } = {}) { if (randomObj === void 0) { randomObj = new RNG(randomSeed); } return randomObj; } export { createRandomObj }; //# sourceMappingURL=chunk-7OCVVPU4.js.map