Skip to content

Commit

Permalink
모킹을 위해 random생성함수 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
silano08 committed Apr 21, 2024
1 parent ef6b5a8 commit 0368e34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/JavaPractice/ThreeSixNineGame/RandomProvider.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package JavaPractice.ThreeSixNineGame;

public class RandomProvider {
public double getRandom() {
return Math.random();
}
}

0 comments on commit 0368e34

Please sign in to comment.