Skip to content

Instantly share code, notes, and snippets.

@werterzz
Created March 12, 2022 05:27
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/acfb6ea7a30aeba0476992cdbfce5994 to your computer and use it in GitHub Desktop.
Save werterzz/acfb6ea7a30aeba0476992cdbfce5994 to your computer and use it in GitHub Desktop.
np.random.rand(2,4)
# Output
# array([[0.62998756, 0.59149609, 0.57944416, 0.485989 ],
# [0.72946946, 0.47362045, 0.14221045, 0.27405028]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment