Mojo function
random_ui64
random_ui64(min: SIMD[uint64, 1], max: SIMD[uint64, 1]) -> SIMD[uint64, 1]
Returns a random UInt64
number from the given range.
Args:
- min (
SIMD[uint64, 1]
): The minimum number in the range. - max (
SIMD[uint64, 1]
): The maximum number in the range.
Returns:
A random number from the specified range.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!