Guest User

Untitled

a guest
Jan 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. np.random.seed(42)
  2. x = np.random.normal(loc=0.5, size=50).cumsum()
  3.  
  4. plt.plot(x)
  5. plt.show()
Add Comment
Please, Sign In to add comment