Go에서는 math/rand 패키지를 사용하여 의사 난수를 생성하거나 crypto/rand를 사용하여 암호화에 안전한 의사 난수를 생성합니다.
math/rand
crypto/rand
Go에서는 math 패키지 안에 특정 소수점 자리수로 숫자를 직접 반올림하는 내장 함수가 없습니다.
Go에서는 내장된 complex, real, imag 함수와 함께 complex64 및 complex128 타입(각각 64비트와 128비트 복소수를 나타냄)을 사용하여 복소수를 처리합니다.
complex
real
imag
complex64
complex128