declare function random(min: number, max: number): number; export { random };