UNPKG

ecclesia

Version:

Framework for political and electoral simulations

8 lines 242 B
import RNG from "@gouvernathor/rng"; export function createRandomObj({ randomObj, randomSeed } = {}) { if (randomObj === undefined) { randomObj = new RNG(randomSeed); } return randomObj; } //# sourceMappingURL=utils.js.map