random.d.ts 98 B

123
  1. declare function random(min: number, max?: number, floating?: boolean): number;
  2. export = random;