Random Float

Math
Both Server and Client
Both Mobile and PC

Generate a random integer between the minimum integer (included) and the maximum integer (not included)

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