tc39 / proposal-uuid

UUID proposal for ECMAScript (Stage 1)
463 stars 7 forks source link

Real world examples of trouble due to poor UUID implementations #20

Open ctavan opened 5 years ago

ctavan commented 5 years ago

Let's collect examples of where usage of poor UUID generators fell on peoples feet to underpin the motivation of this standardization effort:

broofa commented 5 years ago

https://stackoverflow.com/questions/6906916/collisions-when-generating-uuids-in-javascript

... article refers to a dead link on devoluk.com, but cached version is available here. Chrome has since improved their Math.random implementation.