Skip to content

Instantly share code, notes, and snippets.

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