Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev] 랜덤닉네임 숫자 부여 #60

Open
1 task done
Bumnote opened this issue Oct 22, 2024 · 0 comments
Open
1 task done

[Dev] 랜덤닉네임 숫자 부여 #60

Bumnote opened this issue Oct 22, 2024 · 0 comments

Comments

@Bumnote
Copy link
Contributor

Bumnote commented Oct 22, 2024

📝 작업 내용 및 설명


기존 랜덤 닉네임 부여 방식에서 디스코드와 같이 랜덤 숫자가 같이 붙도록 추가하였습니다.

ex) 멋있는호랑이#1234

✔️ TO-DO


  • : 랜덤닉네임 숫자 부여

기타


[ 사용한 라이브러리 ]

  • 랜덤 숫자를 부여하기 위해서 Random 라이브러를 사용했습니다.
  • 1, 11 과 같이 4자리 숫자가 아닐 때, 앞에 0을 추가하여 4자리 숫자로 만들어주기 위해 String.format() 함수를 사용했습니다.

Reference


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant