Xorshift Generators

Hacker News Top Papers

Summary

This article discusses Xorshift generators, a type of fast pseudorandom number generator used in computational applications.

No content available
Original Article

Similar Articles

How hackers reverse Math.random()

Lobsters Hottest

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.

What is random generation?

Lobsters Hottest

An exploration of pseudo-random number generation in computers, focusing on linear congruential generators (LCGs) and their quality visualization. The article also touches on entropy sources like Cloudflare's lava lamps and serves as a precursor to property-based testing.

Device Clock Generation

Hacker News Top

A technical blog post discussing methods for generating device clocks in FPGA and ASIC designs for interfacing with peripherals such as NOR flash and NAND flash.