David Gerard@awful.systemsM to TechTakes@awful.systemsEnglish · 6 个月前using GitHub CoPilot leads to the obvious consequencearchive.isexternal-linkmessage-square66fedilinkarrow-up163arrow-down10
arrow-up163arrow-down1external-linkusing GitHub CoPilot leads to the obvious consequencearchive.isDavid Gerard@awful.systemsM to TechTakes@awful.systemsEnglish · 6 个月前message-square66fedilink
minus-squaredeborah@awful.systemslinkfedilinkEnglisharrow-up7·6 个月前okay, for some reason, I feel the need to help. The given link defines the function that creates a UUID: uuid.uuid4(): Generate a random UUID. In mathematics, can you generate a monotonic function by generating random numbers?
minus-squareImacat@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6·6 个月前Thanks for trying to explain it. I was hung up on thinking all UUIDs looked like UUID v4. I read up a little on UUID v7 and it’s making sense. Probably should’ve done that sooner.
minus-squareebu@awful.systemslinkfedilinkEnglisharrow-up5·6 个月前you are probably a better person than i am for actually giving an explanation
okay, for some reason, I feel the need to help.
The given link defines the function that creates a UUID:
In mathematics, can you generate a monotonic function by generating random numbers?
Thanks for trying to explain it. I was hung up on thinking all UUIDs looked like UUID v4. I read up a little on UUID v7 and it’s making sense. Probably should’ve done that sooner.
you are probably a better person than i am for actually giving an explanation