PHP – rand() Function
The PHP rand() function generates a random integer.
The PHP sinh() function returns the hyperbolic sine of a number, which is equal to (exp(number) – exp(-number))/2).
The PHP tanh() function returns the hyperbolic tangent of a number, which is equal to sinh(x)/cosh(x).