Swift에서 임의의 수 만들기(랜덤수)

hyein·2022년 8월 5일
0

Swift

목록 보기
2/9
post-custom-banner

Swift에서 임의의 수 만들기(랜덤수)

random(in:)메서드를 이용하기
Int.random(in: 1...100)
UInt.random(in: 1...100)
Double.random(in: 1...100)
Float.random(in: 1...100)

0개의 댓글