Back

How do computers generate random numbers?

29 July 2025

Ah, randomness! It’s everywhere in nature—think dice rolls, quantum physics, or even your cat’s indecision. But when it comes to computers, randomness doesn’t come naturally. Why? Because computers are logical machines, designed to follow precise instructions. So, when we ask for a “random” number, they can’t just pluck one from thin air. Instead, they rely on something called a pseudo-random number generator (PRNG)—essentially, randomness with a script.

How does a pseudo-random number generator work?

Here’s how computers fake randomness step by step:

  1. The magic seed
    The process begins with a “seed” number. This seed could be almost anything—like the exact millisecond from the system clock, the temperature of your CPU, or even the quirky motion of a lava lamp (a trick famously used by Cloudflare for added unpredictability).
  2. Math happens
    Once the seed is set, it’s run through a complex mathematical formula designed to churn out seemingly random results. Picture a blender spinning at full speed, tossing numbers into a chaotic whirl.
  3. Voilà! fake randomness
    Out comes a number that looks completely random. However, if someone knows the original seed and the formula, they can predict the outcome—like a magician pulling the same rabbit from their hat every time.

Can computers create true randomness?

When it comes to security, like encrypting sensitive data, fake randomness isn’t enough. For truly unpredictable results, computers turn to nature for help. They measure chaotic phenomena like radioactive decay, electrical noise, or even the small, unpredictable quirks of daily life. This kind of randomness, called “true randomness,” is far more secure and impossible to predict.

So, while computers don’t naturally do random, they’ve mastered the art of faking it with clever algorithms. But when we need something truly unpredictable, we can rely on the chaos of the natural world. Or, as a simpler alternative, just watch a cat trying to decide whether to go outside.

Want to learn more?

Want to know more, check out The Lesson Hacker’s YouTube video HERE.

For more Lesson Hacker Videos check out the CraignDave YouTube playlist HERE.

Visit our website to explore more cutting-edge tech-transforming news in the computer science world!

Related posts

High expectations from the first minute

In Computing, every minute counts. Setting high expectations isn’t about demanding work or creating unnecessary pressure—it’s about clarity. It means […]

7 November 2025

High expectations and homework: A culture worth building 

High expectations are often spoken about in education but rarely unpacked in a way that feels practical and actionable. We […]

1 November 2025

What is a code pointer?

Demystifying stars, ampersands and memory mishaps. Pointers in programming can be baffling — all those stars and ampersands, but what do they actually mean?
We break down code pointers using sandwiches, and sticky notes, to make sense of it all.

28 October 2025

GDPR and the US: Can you trust American tech with your data?

Curious about GDPR and US data transfers? Learn how businesses can comply with GDPR when using US-based services like Google, and what you need to watch out for.

When the cloud breaks: lessons for teachers from the AWS outage 

On a busy Monday morning, teachers across the UK found themselves staring at error messages instead of lesson plans, thanks […]

24 October 2025

Time2Code – update to 02-02 Largest number program

A lot of students are getting confused about the success criteria of the largest number program in level 2. The […]

23 October 2025

The hidden cost of non-specialist teaching in Computing

In secondary schools across the UK, a growing concern is emerging around the use of non-specialist teachers—particularly in computing. While […]

17 October 2025

Student in a library.

Smart Revise October 2025 update

Archived tasks no longer appear in a student’s task list It’s a fact, some students don’t complete their Smart Revise […]

11 October 2025

Beyond the classroom: Why networking matters for Computer Science teachers 

Staying siloed in the classroom can limit growth, especially in a fast-moving subject like Computer Science. Building external networks exposes new ideas, provides support, and helps teachers and departments thrive.

10 October 2025