import { RandomGenerator } from '../generator/RandomGenerator.js'; export type Distribution = (rng: RandomGenerator) => [T, RandomGenerator];