How to simulate random numbers in Python

Oscar Nieves
6 min readJul 29, 2021

A gentle introduction

Random numbers are used in a lot of applications. They are more predominantly used in areas like statistics, probability theory, data science, signal processing, statistical physics, machine learning, actuarial science, quantitative finance, and more. Yet they can be a bit challenging to understand due to their… well, random nature.

--

--

Oscar Nieves

I write stories about applied math, physics and engineering.