¿Cuál es el rango de valores generados por la función Math.random()?
Math.random()
Entre 0 y 1 (incluyendo tanto 0 como 1).
Entre 0 y 1 (excluyendo tanto 0 como 1).
Entre 1 y 10 (incluyendo 1 pero excluyendo 10).
Entre 0 y 1 (incluyendo 0 pero excluyendo 1).