감동, 마음이 움직이는 것
[C++] gaussian sampling 본문
http://www.cplusplus.com/reference/random/normal_distribution/
http://stackoverflow.com/questions/19944111/creating-a-gaussian-random-generator-with-a-mean-and-standard-deviation
http://stackoverflow.com/questions/2325472/generate-random-numbers-following-a-normal-distribution-in-c-c
https://en.wikipedia.org/wiki/Box%E2%80%93Muller_transform
|
output:
normal_distribution (5.0,2.0): 0-1: * 1-2: **** 2-3: ********* 3-4: *************** 4-5: ****************** 5-6: ******************* 6-7: *************** 7-8: ******** 8-9: **** 9-10: * |
[cf] using the cdf
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[LaTex] 여러수식을 하나의 숫자로 나타내기 + 숫자라벨 위치 조정하기 (4) | 2017.05.30 |
---|---|
[linux] du -h --max-depth=1 (0) | 2017.05.26 |
[git] 커밋 취소하기 git reset HEAD~# (0) | 2017.04.02 |
[LaTex] Appendix 쓰는 방법 (0) | 2017.03.07 |
[gnuplot] splot과 plot을 동시에 사용하기 (1) | 2017.03.02 |