난수 생성 함수를 포함한 모듈.
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
'코딩' 카테고리의 다른 글
[PYTHON] Flask (0) | 2020.03.22 |
---|---|
[PYTHON] Override (0) | 2020.03.17 |
[PYTHON] 기본기 강의 복습 (0) | 2020.03.11 |
[PYTHON] 파이썬 예제 뽀개기 (0) | 2020.03.10 |
[PYTHON] 기본 함수 (0) | 2020.03.10 |