Skip to content

Instantly share code, notes, and snippets.

@selva86
Created June 19, 2021 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selva86/07e6fd9bf8513bb459f84f4186ce2aea to your computer and use it in GitHub Desktop.
Save selva86/07e6fd9bf8513bb459f84f4186ce2aea to your computer and use it in GitHub Desktop.
import numpy as np
np.random.seed(100)
arr = np.random.normal(30, 10, 100).round(2)
arr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment