Skip to content

Commit fd7d6ef

Browse files
committed
Update Random.java
1 parent b6d83a1 commit fd7d6ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/net/kite/internal/util/random/Random.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public long setRandomSeed() {
5050
Thread currentThread = Thread.currentThread();
5151
System.out.println("current thread: " + currentThread);
5252
ThreadLocalRandom currentThreadRandom = ThreadLocalRandom.current();
53+
System.out.println(currentThreadRandom);
5354

5455
long l1 = System.nanoTime();
5556
@SuppressWarnings("deprecation")

0 commit comments

Comments
 (0)