Generate Random Number from fix Set of numbers in iphone
Posted
by mihirpmehta
on Stack Overflow
See other posts from Stack Overflow
or by mihirpmehta
Published on 2010-05-31T12:59:53Z
Indexed on
2010/05/31
13:03 UTC
Read the original article
Hit count: 271
Suppose I have One set of numbers i.e {1, 6, 3, 5, 7, 9} I want to Generate Random number from this set of number only i.e. a Generated number should be random and should be from these number({1, 6, 3, 5, 7, 9}) only.
standard C/C++ function will also do...
© Stack Overflow or respective owner