Which of these method return a pseudorandom number?
(a) rand()
(b) random()
(c) randomNumber()
(d) randGenerator()
I had been asked this question in an interview.
I need to ask this question from Java.lang topic in section Exploring java.lang & java.io of Java