Subscribe For Free Updates!

We'll not spam mate! We promise.

May 26, 2013

Generate Random number from 1 to N

Generate Random number from 1 to N

Below little script helps you in generating random number between 1 to N.


var random = Math.floor(Math.random() * N + 1);




TechniqZone Socializer Widget
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment