Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 18, 2020 04:50
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 IndhumathyChelliah/a6398689fc52fe87f5eece976c40b225 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/a6398689fc52fe87f5eece976c40b225 to your computer and use it in GitHub Desktop.
import numpy as np
a=np.random.rand(5)
print (a)#Output:[0.37179894 0.51390037 0.77545257 0.47485515 0.44165986]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment