Ask ChatGPT or any other LLMs to give you ten random numbers between 0 an 9, and it will give you each number once (most of the time). At most, one of the digits may appear twice in my experience. Actually, when I just verified it, I got these: Prompt: "Give me ten random numbers between 0 and 9." > 3, 7, 1, 9, 0, 4, 6, 2, 8, 5 (ChatGPT, 5.3 Instant) > 3, 7, 1, 8, 4, 0, 6, 2, 9, 5 (Claude - Opus 4.6, Extended Thinkin…
Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
41–50 of 68 posts
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#42This is what I hate about people trusting it. If you rely on AI to operate in a domain you don't man-handle, you will be tricked, and hackers will take advantage. "AI! Write me gambling software with true randomness, but a 20% return on average over 1000 games" Who will this hurt? The players, the hackers or the company. When you write gambling software, you must know the house wins, and it is unhackable.
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#43Ask ChatGPT or any other LLMs to give you ten random numbers between 0 an 9, and it will give you each number once (most of the time). At most, one of the digits may appear twice in my experience. Actually, when I just verified it, I got these: Prompt: "Give me ten random numbers between 0 and 9." > 3, 7, 1, 9, 0, 4, 6, 2, 8, 5 (ChatGPT, 5.3 Instant) > 3, 7, 1, 8, 4, 0, 6, 2, 9, 5 (Claude - Opus 4.6, Extended Thinkin…
That is so far from random.
Think of tossing a coin and getting ten heads in a row.
The probability of not repeating numbers in 10 numbers out of 10 is huge, and not random.
Randomness is why there is about a 50% chance of 2 people in a class of about thirty having a birthday on the same day.
Apple had to nerf their random play in iPod because songs repeated a lot.
Randomness clusters, it doesn't evenly distribute across its range, or it's not random.
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#44Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#45Ask ChatGPT or any other LLMs to give you ten random numbers between 0 an 9, and it will give you each number once (most of the time). At most, one of the digits may appear twice in my experience. Actually, when I just verified it, I got these: Prompt: "Give me ten random numbers between 0 and 9." > 3, 7, 1, 9, 0, 4, 6, 2, 8, 5 (ChatGPT, 5.3 Instant) > 3, 7, 1, 8, 4, 0, 6, 2, 9, 5 (Claude - Opus 4.6, Extended Thinkin…
All digits do not appear in equal frequency in real world in the first place.
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#46This is what I hate about people trusting it. If you rely on AI to operate in a domain you don't man-handle, you will be tricked, and hackers will take advantage. "AI! Write me gambling software with true randomness, but a 20% return on average over 1000 games" Who will this hurt? The players, the hackers or the company. When you write gambling software, you must know the house wins, and it is unhackable.
If you use AI to write a gambling software you run in production without reviewing the code or without a solid testing strategy to verify preferred odds, then I have a bridge to sell you.
But what if you tasked with writing business-critical software and forced by your employer to use their AI code generation tool?
https://ai.plainenglish.io/amazons-ai-ultimatum-why-80-of-de...
Or using it with full access to your data and not knowing how it works? :)
https://www.businessinsider.com/meta-ai-alignment-director-o...
I predict humans will take over most AI jobs in about ten years :)
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#47Earlier quoted context omitted.
Interesting. So you expect it to "not think" and simply produce a value corresponding to "it's the same to me", knowing that it will be translated into an actual random value. Instead, exactly as a person would do, it does think of a specific number that feels random in that particular moment.
If I care a little bit about that random number I might reach for my phone and look at the digits of the seconds of the current time. It's 31 now. Not appropriate for multiple lookups.
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#48https://chatgpt.com/share/69be3eeb-4f78-8002-b1a1-c7a0462cd2... First - 7421 Second attempt - 1836
The random numbers seem to be really stable on the first prompts! For example: pick a number between 1 - 10000 > I’ll go with 7,284.
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#49It's the same "brain", starting from exactly the same prompt, the same context, which means the same thoughts, the same identity... How do you expect it to produce different values?
LLMs aren't deterministic - they calculate a probability distribution of the potential next token and use sampling to pick the output.
Re: Ask ChatGPT to pick a number from 1-10000, it generally selects from 7200-7500
#50just tried with claude opus and got 7,342
"Ha — one off from the Opus default. I'd like to think I'm slightly more random than Opus but realistically we're probably pulling from the same biases. The "feels random but isn't" zone around 7300 is apparently very sticky for LLMs."