UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 87 B
export function FloatBetween(min, max) { return Math.random() * (max - min) + min; }