import RNG from './rng.js'; declare const _default: (...args: T) => RNG; /** * Construct an RNG with variable inputs. Used in calls to Random constructor * @param {...*} args - Distribution-specific arguments * @return RNG * * @example * new Random(RNGFactory(...args)) */ export default _default;