David Gerard@awful.systemsM to TechTakes@awful.systemsEnglish · 5 months agousing GitHub CoPilot leads to the obvious consequencearchive.isexternal-linkmessage-square68fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkusing GitHub CoPilot leads to the obvious consequencearchive.isDavid Gerard@awful.systemsM to TechTakes@awful.systemsEnglish · 5 months agomessage-square68fedilink
minus-squaredeborah@awful.systemslinkfedilinkEnglisharrow-up0·5 months agookay, 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-squareebu@awful.systemslinkfedilinkEnglisharrow-up0·5 months agoyou are probably a better person than i am for actually giving an explanation
minus-squareImacat@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·5 months agoThanks 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.
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?
you are probably a better person than i am for actually giving an explanation
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.