random-number-generator

Tag

Cards List
#random-number-generator

AMD's random number generator can't generate a 0?

Hacker News Top ↗ · 4d ago

The article highlights a potential flaw in AMD's random number generator that prevents it from generating the value 0, raising concerns about randomness and security implications.

0 favorites 0 likes
#random-number-generator

What algorithm did Windows XP use to choose your initial user picture?

Hacker News Top ↗ · 2026-09-10 Cached

The article explains the algorithm Windows XP used to randomly select initial user profile pictures, which is based on reservoir sampling and uses the RtlRandomEx function seeded with GetTickCount().

0 favorites 0 likes
#random-number-generator

How hackers reverse Math.random()

Lobsters Hottest ↗ · 2026-06-24 Cached

This article demonstrates how to reverse common pseudo-random number generators (such as linear congruential generators, XOR shift, and Flash's RNG), and shows a practical attack by predicting mine positions in a Minesweeper game, emphasizing that ordinary random numbers should not be used in security contexts.

0 favorites 0 likes
← Back to home

Submit Feedback