Java Random Number Generator — How to Generate Integers With Math Random

Thanoshan MV
3 min readJan 26, 2021

Computer-generated random numbers are divided into two categories: true random numbers and pseudo-random numbers.

True random numbers are generated based on external factors. For example, generating randomness using surrounding noises.

But generating such true random number is a time-consuming task. Therefore, we…

Thanoshan MV

My notes, findings, thoughts and investigations.