UNPKG

@phaserjs/phaser

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