DataScience
파이썬과 R에서 같은 난수 발생 패키지 SyncRNG
파이썬/파이썬 기초 2022. 12. 14. 01:37

SyncRNG함수를 쓰면 난수를 동일하게 발생시킬 수 있다. 같은 시퀀스 난수 발생시키는 패키지 ​ GitHub - GjjvdBurg/SyncRNG: Reliably generate the same random numbers in R and Python ​ ​ arrays - Creating same random number sequence in Python, NumPy and R - Stack Overflow Creating same random number sequence in Python, NumPy and R Python, NumPy and R all use the same algorithm (Mersenne Twister) for generating random number sequences. ..