Computer Science, asked by skhaydarali01011980, 8 months ago

what is the return data type of random ()​

Answers

Answered by shipratiwari2007dec2
0

Answer:

random() is used to return a pseudorandom double type number greater than or equal to 0.0 and less than 1.0. The default random number always generated between 0 and 1. If you want to specific range of values, you have to multiply the returned value with the magnitude of the range.

Similar questions