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