Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
python random from normal distribution
Joel Brown
Programming language:
Python
2021-06-04 13:25:44
0
Q:
python random from normal distribution
MamaMia
Code:
Python
2021-06-23 22:33:13
>>>
mu, sigma =
0
,
0.1
# mean and standard deviation
>>>
s = np.random.normal(mu, sigma,
1000
)
2
Tags
python
random
distribution
Related
create random dataframe pandas
how to add random seed in python
generate random number python
Generate random numbers following Poisson distribution, Geometric Distribution, Uniform Distribution, and Normal Distribution, and plot them
normalize data python
how to call a random function in python
normal distribution curve in python
python code for calculating probability of random variable
loi normale python numpy
random sample with weights python
how to generate a random number python
numpy normal distribution
normalize data python pandas
how to make a random variable in python
New to Communities?
Join the community