static float Float( System.Random self )

Summary

Returns a random float between 0 and 1

static float Float( System.Random self, float min, float max )

Summary

Returns a random float between min and max

static float Float( System.Random self, float max )

Summary

Returns a random float between 0 and max (or 1)
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.