Non-uniform random numbers
ID: non-uniform-random-numbers
Non-uniform random numbers are random numbers that do not have a uniform distribution over a specified range. In a uniform distribution, every number within the defined interval has an equal probability of being selected. In contrast, non-uniform random numbers are generated according to a specific probability distribution, which means some values have a higher likelihood of being chosen than others.
New to topics? Read the docs here!