UNPKG

@types/gl-vec2

Version:
7 lines (5 loc) 142 B
/** * Generates a random vector with the given scale. */ declare function random(out: number[], scale: number): number[]; export = random;