NumPy Random

This note covers random number generation in NumPy.

  • np.random.rand, np.random.randn, np.random.randint
  • Reproducibility with seeds
  • Preferred API: np.random.default_rng