Physics I / Simulation and numerical experimentation
Practice question · True or false

A pseudorandom generator started from the same seed produces exactly the same sequence every time.

Hints
  1. What makes a simulation reproducible?
  2. Deterministic by construction.
Show the answer

True

Why

True. It is a deterministic algorithm, so the seed fixes the whole sequence, which is what makes a stochastic simulation reproducible and debuggable. The same property makes it unsuitable for cryptography without a hardware entropy source, since predicting the state predicts every future draw.

Read the lesson: Simulation and numerical experimentation →

Practise Simulation and numerical experimentation

The app has 7 more questions on this lesson, and keeps your place in the course. Physics I is free to start.

More questions on Simulation and numerical experimentation