23.8k views
5 votes
This standard library function returns a random floating-point number in the range of 0.0 up to 1.0 (but not including 1.0).

a. random.b. randint.c. random_integer.d. uniform.

User Geneorama
by
3.4k points

1 Answer

1 vote

Answer:

The answer would be A: Random

Step-by-step explanation:

The random() function returns a generated random number (a pseudorandom number)

User Nicolas Gramlich
by
4.9k points