@@ -174,7 +174,7 @@ public class Sequence {
timestamp = tilNextMillis(lastTimestamp);
}
} else {
- // 不同毫秒内,序列号置为 1 - 3 随机数
+ // 不同毫秒内,序列号置为 1 - 2 随机数
sequence = ThreadLocalRandom.current().nextLong(1, 3);