hello,

i know to use srand, rand funcs but they do not generate random numbers.

basically i have 2 questions-

1: does Dev C++ has randomize() and random() functions??

2: do i have to loop again to check if the newly generated random number have been generated before, or is there any function present to do this?

thank you.