Skip to main content

Mojo function

random_si64

random_si64(min: Int64, max: Int64) -> Int64

Returns a random Int64 number from the given range.

Args:

  • min (Int64): The minimum number in the range.
  • max (Int64): The maximum number in the range.

Returns:

Int64: A random number from the specified range.

Was this page helpful?