[파이썬] random 모듈 (정수 / 수열 / 실수)


[파이썬] random 모듈 (정수 / 수열 / 실수)

#파이썬 https://docs.python.org/3.10/library/random.html random — Generate pseudo-random numbers — Python 3.10.6 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 ran docs.python.org ..


원문링크 : [파이썬] random 모듈 (정수 / 수열 / 실수)