Why Random Float always become zero?

I wanted to make some random lights in my level.Here is my blueprint.

But all lights turned out to be in just one point.

Random floats aren’t zero. They are 0-1. Multiply them by something if you want bigger values.