Ubuntu Pastebin

Paste from working! at Wed, 3 Jun 2015 19:05:13 +0000

Download as text
1
2
3
    function myMethod(min, max) {
        return Math.round(Math.random() * (4 - 1) + 1);
    }
Download as text