Skip to content

Instantly share code, notes, and snippets.

@werterzz
Created March 12, 2022 05:22
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/19808f0bec4010f6f73962fb38e79dea to your computer and use it in GitHub Desktop.
Save werterzz/19808f0bec4010f6f73962fb38e79dea to your computer and use it in GitHub Desktop.
np.random.randint([1, 5, 9], [[10], [20]], dtype=np.uint8)
# Output
# array([[ 5, 8, 9],
# [12, 10, 14]], dtype=uint8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment