import { getNativeRng } from "./native.js"; export { getAleaRng } from "./alea.js"; export { type PRNG } from "./types.js"; export { getNativeRng, getNativeRng as getDefaultRng };