UNPKG

@rawify/vector3

Version:

The RAW JavaScript 3D Vector library

4 lines (3 loc) 106 B
module.exports = function rand (from, to) { return Math.floor(Math.random() * (to - from + 1)) + from }