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

export = random;
