You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

IIdGenerator.v 63 B

4 years ago
12345
  1. module contract
  2. pub interface IIdGenerator {
  3. new_long() u64
  4. }

雪花算法中非常好用的数字ID生成器