Skip to content

Commit

Permalink
[INLONG-11457][SDK] Optimize SequentialID class implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gosonzhang committed Nov 5, 2024
1 parent a88e46e commit 9d8fa47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import java.util.concurrent.atomic.AtomicInteger;

public class SequentialID {

private static final SecureRandom sRandom = new SecureRandom(
Long.toString(System.nanoTime()).getBytes());
private final String ip;
Expand Down

0 comments on commit 9d8fa47

Please sign in to comment.