Created
March 2, 2021 20:27
-
-
Save jeffrey-cochran/5363ef5c999e63af38b2291fe92b73d3 to your computer and use it in GitHub Desktop.
Sample from a unifrom distribution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from numpy.random import uniform | |
| p = uniform(size=(10,)) | |
| print(p) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment