David GerardMA to TechTakesEnglish • 6 months agousing GitHub CoPilot leads to the obvious consequencearchive.ismessage-square66arrow-up165arrow-down10
arrow-up165arrow-down1external-linkusing GitHub CoPilot leads to the obvious consequencearchive.isDavid GerardMA to TechTakesEnglish • 6 months agomessage-square66
minus-squaredeborahlinkEnglish7•6 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-square@Imacat@lemmy.dbzer0.comlinkfedilinkEnglish6•6 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.
minus-square@ebulinkEnglish5•6 months agoyou 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