Which function returns a randomly selected floating point number-01667
Which function returns a randomly selected floating point number between 0 and 1 ?
This multiple choice question (MCQ) is related to the book/course vu cs101 Introduction to Computing. It can also be found in vu cs101 Final Term - Quiz No.32.
Which function returns a randomly selected floating point number between 0 and 1 ?
floor(x)
ceil(x)
random()
round(x)