Q. What is the use of PHP mt_rand() function? (A) Generates a random number using the milliseconds time. (B) Generates a random number using the microseconds time. (C) Generates a random number using the milliseconds time. (D) Generates a random number using the Mersenne Twister algorithm. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Generates a random number using the Mersenne Twister algorithm.