StormDrop is an efficient PRNG algorithm for 32-bit output.
-
Updated
Dec 3, 2025 - C
StormDrop is an efficient PRNG algorithm for 32-bit output.
🎲 A POC tool to crack Luau's math.random seed and predict future values through seed recovery.
Deterministic mock data generator using PCG32 for cross-language consistency. Same seed produces identical data in Go, Java, Python, TypeScript, and more. O(1) indexed virtual arrays, zero memory overhead, multi-locale support. Perfect for testing polyglot stacks, load testing, and demos.
Official website and documentation for Pseudata, the cross-language deterministic mock data generator. Features concept specification, technical architecture, getting started guides, API documentation, and blog articles about polyglot testing, O(1) virtual arrays, and PCG32 algorithm.
Add a description, image, and links to the pcg32 topic page so that developers can more easily learn about it.
To associate your repository with the pcg32 topic, visit your repo's landing page and select "manage topics."