ulid / javascript

Universally Unique Lexicographically Sortable Identifier
MIT License
3.04k stars 107 forks source link

Clarify background of UUIDs #16

Closed mike-marcacci closed 7 years ago

mike-marcacci commented 7 years ago

UUID v4 is the only version that is comprised of entirely random variable bytes; this clarifies how a ULID differs from the other types of UUID.

codecov-io commented 7 years ago

Current coverage is 82.85% (diff: 100%)

Merging #16 into master will not change coverage

@@             master        #16   diff @@
==========================================
  Files             2          2          
  Lines            70         70          
  Methods          20         20          
  Messages          0          0          
  Branches          8          8          
==========================================
  Hits             58         58          
  Misses           12         12          
  Partials          0          0          

Powered by Codecov. Last update ad6085f...3c2a724

alizain commented 7 years ago

LGTM 👍