코딩
[PYTHON] Random 모듈
KSH96
2020. 3. 16. 20:17
난수 생성 함수를 포함한 모듈.
https://docs.python.org/3/library/random.html
random — Generate pseudo-random numbers — Python 3.8.2 documentation
random — Generate pseudo-random numbers Source code: Lib/random.py This module implements pseudo-random number generators for various distributions. For integers, there is uniform selection from a range. For sequences, there is uniform selection of a rando
docs.python.org