...the `SecureRandom` class, you can use the following code:
```java
SecureRandom secureRandom = new SecureRandom();
int randomNumber = secureRandom.nextInt(100);
```
This code will generate a random number between 0 and 99.
### Hashtags
* #Java
* #random
* #Number
* #Generation
* #Cryptography