Does anyone know where I could find a random number generator??
Basically what I want to do is input in a range of numbers, then say how many numbers per combination and have the program generate for me all the possibilities.
For example the range is from 1 to 4 and every combination has two separate numbers, so the results would be like:
1,2
1,3
1,4
2,3
2,4
3,4
And if there are options where I can choose to allow numbers to either repeat or not that would be great too. Like if we take the previous example, it would have included 1,1 and 2,2 and so on.
'Cause you give me something / That makes me scared, alright / This could be nothing / But I'm willing to give it a try / Please give me something
'Cause someday I might call you from my heart
'Cause you give me something / That makes me scared, alright / This could be nothing / But I'm willing to give it a try / Please give me something
'Cause someday I might call you from my heart
What you're looking for is either a sequence or a string. both of those are on the site I gave.
Random is over rated. What you need is a prime number generator.....maybe something along the lines of this:
Prime Number Bear
Bookmarks