Declaration func RandomFloat(min float, max float) float go Parameters Input Name Type Description Min Float The left interval of the random range. May randomly get the filled value Max Float The right interval of the random range. Will not randomly get the filled value Return Type Description Float Random result, decimal, accurate to 7 decimal places