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

[BE] refactor: ThreadLocalRandom으로 변경 #387

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

donghoony
Copy link
Contributor


🚀 어떤 기능을 구현했나요 ?

  • Random 객체를 ThreadLocalRandom으로 변경했습니다. 단, 할당 클래스는 그대로 Random입니다.

@donghoony donghoony added this to the 4차 스프린트: 최종 milestone Aug 16, 2024
@donghoony donghoony self-assigned this Aug 16, 2024
@donghoony donghoony linked an issue Aug 16, 2024 that may be closed by this pull request
@donghoony donghoony changed the title refactor: ThreadLocalRandom으로 변경 [BE] refactor: ThreadLocalRandom으로 변경 Aug 16, 2024
@donghoony donghoony closed this Aug 16, 2024
@donghoony donghoony reopened this Aug 16, 2024
@donghoony donghoony requested review from skylar1220, Kimprodp and nayonsoso and removed request for skylar1220 August 16, 2024 06:25
Copy link

github-actions bot commented Aug 16, 2024

Test Results

48 tests   48 ✅  1s ⏱️
18 suites   0 💤
18 files     0 ❌

Results for commit a7ba5d8.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@nayonsoso nayonsoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니당~

Copy link
Contributor

@Kimprodp Kimprodp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

동씨썽 가자~

Copy link
Contributor

@skylar1220 skylar1220 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

맞프루브~

@donghoony donghoony merged commit 825b30c into develop Aug 16, 2024
8 checks passed
@donghoony donghoony deleted the be/refactor/380-threadlocalrandom branch August 16, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BE] ThreadLocalRandom을 사용하도록 변경한다.
4 participants