Skip to content

Instantly share code, notes, and snippets.

@werterzz
Created March 11, 2022 01:53
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 werterzz/d71b0d3d9b6350af61584fca1235ac03 to your computer and use it in GitHub Desktop.
Save werterzz/d71b0d3d9b6350af61584fca1235ac03 to your computer and use it in GitHub Desktop.
np.random.randint(10, size=(2, 4))
# output
# array([[6, 3, 0, 4],
# [6, 8, 2, 3]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment