Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. My current JS (works, but spits out random numbers in entire range):
  2. arrayOfRandomNumbers = [].random(35, maxWomenIndex);
  3.  
  4. JS I want to use to only choose numbers from ranges:
  5. arrayOfRandomNumbers = [].random(100 - 1 + 1)) + minimum; (150 - 250 + 1)) + minimum; (150 - 250 + 1)) + minimum;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement