max
Return the maximum of two numbers or a list
RichnouLang by functions names.
Return the maximum of two numbers or a list
Represents the middle position of a range or axis (0.5)
Return the minimum of two numbers or a list
Returns the remainder of x divided by y. Returns an error if y is 0.
Set the global timeout for network requests in milliseconds (0 for no timeout)
Initialize Perlin noise: noise(alpha, beta, octaves)
Evaluate 1D Perlin noise at x (return 0.0 -> 1.0)
Evaluate 2D Perlin noise at (x,y) (return 0.0 -> 1.0)
Evaluate 3D Perlin noise at (x,y,z) (return 0.0 -> 1.0)
Initialize OpenSimplex2 noise: noiseos(seed?)