Random float exclusive

Why was Mathematics Random float max changed to be exclusive? Compared to the old Unity Random that is inclusive both min and max.

https://docs.unity3d.com/Packages/com.unity.mathematics@1.2/api/Unity.Mathematics.Random.NextFloat.html#Unity_Mathematics_Random_NextFloat_System_Single_System_Single_

Where are you seeing exclusive minimum?

1 Like