declare function random(min: number, max?: number, floating?: boolean): number; export default random;