유사 난수(pseudo random)
CODEDRAGON ㆍDevelopment/Python
반응형
유사 난수(pseudo random)
· 초깃값을 이용하여 이미 결정되어 있는 메커니즘에 의해 생성되는 난수를 말합니다.
· 초깃값을 알면 같은 값을 다시 만들 수 있으므로 진짜 난수와 구별하여 유사 난수라고 합니다.
https://en.wikipedia.org/wiki/Pseudorandom_number_generator
'Development > Python' 카테고리의 다른 글
pickle 모듈 (0) | 2019.06.09 |
---|---|
Python Array(배열) (0) | 2019.06.03 |
Python DB API (0) | 2019.05.18 |
ElementTree (0) | 2019.05.12 |
Beautiful Soup Documentation (0) | 2019.05.06 |