Skip to content

Commit b6d83a1

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ public long getSeed() {
4646
}
4747

4848
public long setRandomSeed() {
49+
System.out.println("before curr thread");
4950
Thread currentThread = Thread.currentThread();
51+
System.out.println("current thread: " + currentThread);
5052
ThreadLocalRandom currentThreadRandom = ThreadLocalRandom.current();
5153

5254
long l1 = System.nanoTime();

0 commit comments

Comments
 (0)