Which of the following statements will produce a random floating point value between -10.0 and +15.0?

Select one:

a.
rand = random.uniform(-10.0, 15.0)

b.
rand = random.random(-10.0, 15.0)

c.
rand = random.random() * 10 - 15

d.
rand = random.randrange(-10, 15)

1 answer

a. rand = random.uniform(-10.0, 15.0)
Similar Questions
  1. Which of the following statements is FALSE?(1 point) Responses Random words can be generated as well as random numbers. Random
    1. answers icon 1 answer
  2. 14.Which of the following statements is FALSE? Random words can be generated as well as random numbers. The random module is a
    1. answers icon 1 answer
    1. answers icon 1 answer
    1. answers icon 2 answers
more similar questions