Creates an array of random values ranging from 0 to 1.
Generates a random value ranging from 0 (inclusive) to 1 (exclusive).
Transforms an angle measurement in degrees to its equivalent in radians.
Divides one number by another.
Returns the outcome of multiplying multiple numbers together.
Returns a numeric value raised to the specified exponent.
Provides the value of Pi accurate to 14 decimal places.
Rounds a number upwards to the nearest odd integer.
Rounds a single value to the closest integer multiple of a specified number.
Provides the outcome of the modulo operation, showing the remainder after dividing two numbers.