Random
The Random class has static method, which generate random numbers. Static methods mean, that you do not have to intenziiate a new Object, but that you can use the methods directly.
For example: `Random.randomInt(3);`
The Random class has static method, which generate random numbers. Static methods mean, that you do not have to intenziiate a new Object, but that you can use the methods directly.
For example: `Random.randomInt(3);`