Again,
I want to understad Why "random" is not working without floor. My first think is because the "random" use decimal value, isn't it ?
Thank you to help me to understand better my error.
Yes, random returns a value, which can be decimal. For example: random(0,2) can return 0.01 , 0.02 , 0.5 , 1 , 1.09...