Generates a random number with the gaussian distribution.
the mean value
the standard deviation
Finds the maximum value of an number array
Finds the maximum value index of an number array
Finds the minimum value of an number array
Finds the minimum value index of an number array
Pairing two numbers
A natural number, which is an integer greater than or equal to zero
A natural number, which is an integer greater than or equal to zero
An Integer that uniquely represents a pair of Integers
Returns an random element from the given array.
the array to pick from
the random picked element
Returns a random boolean
random boolean
Returns a random double in the range [min,max)
bound
bound
random double in [min,max)
Returns a random integer in the range [min,max)
bound
bound
random integer in [min,max)
Removes an element from an array.
the array
the element which will be removed
false -> element does not exists on array; true -> element removed from array
Shuffles an array
the array
the shuffled array
Calculates the sum of all values of an array
Generated using TypeDoc
Calculates the average value of an array