Basically, what I need is random number or numbers generator that works like this:
--- 9 ranges of numbers each having 10 numbers in it.
1,2,3,4,5,6,7,8,9,10
11,12,13,14,15,16,17,18,19,20
and so on...untill 90.
I want to choose certain ranges and have the system to generate lets say total 5 or 6 numbers from one/two or several ranges (shown above): like, 1 (from 1-10), 13 (from 11-20), 35 and 39 (from 30-40) and etc.
while I can manually choose number(s) from those ranges I'd like system to randomize it for me...so I have many combinations.
please advise where i can get sth like this :) ???
Question
2ral
Basically, what I need is random number or numbers generator that works like this:
--- 9 ranges of numbers each having 10 numbers in it.
1,2,3,4,5,6,7,8,9,10
11,12,13,14,15,16,17,18,19,20
and so on...untill 90.
I want to choose certain ranges and have the system to generate lets say total 5 or 6 numbers from one/two or several ranges (shown above): like, 1 (from 1-10), 13 (from 11-20), 35 and 39 (from 30-40) and etc.
while I can manually choose number(s) from those ranges I'd like system to randomize it for me...so I have many combinations.
please advise where i can get sth like this :) ???
Link to comment
Share on other sites
7 answers to this question
Recommended Posts