Which of the following statements is FALSE?

(1 point)

Random words can be generated as well as random numbers.

The random module is a group of functions that are used to deal with random numbers.

To randomly choose an integer from a range, use the randint function.

A decimal number can be generated by using the randint function

A decimal number cannot be generated by using the randint function. The randint function can only generate integers.