/ Published in: JavaScript
Random range between -20 and 20
Expand |
Embed | Plain Text
var randomRot = Math.floor(Math.random()*20)-Math.floor(Math.random()*20)
You need to login to post a comment.
Random range between -20 and 20
var randomRot = Math.floor(Math.random()*20)-Math.floor(Math.random()*20)
You need to login to post a comment.