본문 바로가기

Tech/파이썬

Python Random Number Generator/난수 생성

Python Documentaiton: Random 

 

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 s...

docs.python.org

 

 

 

 

Numpy Documentation: Random

 

NumPy 1.17.0 Release Notes — NumPy v2.0.dev0 Manual

NumPy 1.17.0 Release Notes This NumPy release contains a number of new features that should substantially improve its performance and usefulness, see Highlights below for a summary. The Python versions supported are 3.5-3.7, note that Python 2.7 has been d

numpy.org

 

 

 

 

Where Does Python get its random numbers from?

 

Where does python get its random numbers from?

Whilst generating a sample of Normally distributed numbers I was curious about where they ‘came from’ — particularly how a computer can create numbers that follow a distribution of choice whether…

towardsdatascience.com

 

 

 


How to Generate Random Numbers in Python

https://machinelearningmastery.com/how-to-generate-random-numbers-in-python/

 

 

 

 

컴퓨터가 만드는 랜덤은 정말로 랜덤할까?

https://evan-moon.github.io/2019/07/14/what-is-random/

 

 

 

'Tech > 파이썬' 카테고리의 다른 글

Keras Tuner/Hyperparameter Tuning  (0) 2024.03.20
Bias / torch.empty  (0) 2024.01.22
Pytorch 프로파일러  (0) 2023.12.22
Pytorch 실험 계획  (0) 2023.12.15









>