Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to generate normally distributed random numbers ?

Dear community,

I'm trying to write a code aims to generate pseudorandom scalar drawn from the standard normal distribution. I have implemented these random functions normal_distribution but I still not getting my expectations.

I need to get this resultat, no matter how it's long :

    0.9089 
    0.4115
    0.0899 
    1.3467
    0.8019  
    -1.9613
    -0.1071  
    -2.8053
    -0.5398  
    -1.4261
    0.5250  
    -0.9969
    ...

Thank you in advance

How to generate normally distributed random numbers ?

Dear community,

I'm trying to write a code aims to generate pseudorandom scalar drawn from the standard normal distribution. I have implemented these random functions normal_distribution but I still not getting my expectations.

I need to get this resultat, no matter how it's long :

    0.9089 
    0.4115
    0.0899 
    1.3467
    0.8019  
    -1.9613
    -0.1071  
    -2.8053
    -0.5398  
    -1.4261
    0.5250  
    -0.9969
    ...

Would be great to get your help. I appreciate any suggestions Thank you in advance