“CAN YOU FOOL RANDOMNESS?”: A PRACTICAL LEARNING SCENARIO ON RANDOMNESS EVALUATION
University of Zaragoza (SPAIN)
About this paper:
Conference name: 20th International Technology, Education and Development Conference
Dates: 2-4 March, 2026
Location: Valencia, Spain
Abstract:
This project proposes a learning scenario focused on the concept of randomness, aiming to help students understand that patterns that initially seem random often are not. It also explores current tools for detecting such patterns and highlights the importance of randomness in fields like cryptography. The activity is designed for university students in scientific and engineering areas studying randomness and cryptography, and has been successfully piloted with students in the Master’s program in Physics and Physical Technologies at the University of Zaragoza.
The activity begins by dividing the class into two heterogeneous groups: the “scientist” group and the “imitator” group. The instructor does not know which is which. The “scientist” group is asked to flip a coin 200 times and record whether each flip results in heads or tails. The “imitator” group is asked to imagine performing the same experiment and to record the outcomes they think would occur. After reviewing the results, the instructor was able to identify which group was genuine and which was fabricating, simply by observation. This is because the human brain tends to associate randomness with regularity, creating simpler and more repetitive patterns and perceiving sequences such as “many heads in a row” or “many tails in a row” as unlikely.
Next, a gamification element is introduced. Students are given binary sequences, some truly random and others human-generated, and asked to identify which are genuine and which are fabricated, providing a reasoning for their choices. Points are awarded for correct answers. During a class discussion, groups present their reasoning, the winner group is revealed, and the instructor discloses which sequences were genuine. This opens a conversation on the characteristics of each sequence and the concept of statistical randomness tests, such as the National Institute of Standards and Technology (NIST) tests, which are useful to detect random patterns.
Finally, students connect their learning to real-world applications by assuming the role of data analysts evaluating the randomness of sequences using Python scripts to implement frequency, runs, and autocorrelation tests. This makes students think about how these tools actually matter in real-life situations, like in cryptography and information security.
The use of active learning methodologies, such as gamification and challenge-based learning, enhances motivation, engagement, and critical thinking by involving students directly. In particular, the activity proposed in this work also promotes meaningful learning while developing soft skills such as reasoning, observation, and complex problem-solving skills.Keywords:
Active learning, challenge-based learning, gamification, randomness.