Check sibling questions

To generate a random floating-point number between a, b using random() we write the statement as .......

 

Answer:

To generate a random floating-point number  between a, b using random() we write the  statement as random.random () * (b - a) + a

Explanation:

  1. Computer Science - Class 11
  2. Chapter 7 Class 11 - Functions

About the Author

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo