Hacker News new | ask | show | jobs
by dustyharddrive 1221 days ago
GPT output isn’t deterministic though?
2 comments

Cache a couple of them. Let people vote on the best.
It is deterministic, no ? Do they have some entropy source they use?

Maybe it's chaotic like you and me, but it cant be non deterministic, it'd mean it doesnt even really answer questions and just spout random tidbits :s

https://en.m.wikipedia.org/wiki/Chaos_theory

They use a rand() function as part of the input. I don’t think they have a source of true randomness they use, but it’s random enough for any practical purpose.