Pseudo Random Number

Definition ∞ A pseudo random number is a number generated by an algorithm that appears random but is actually deterministic, produced from an initial seed value. While these numbers statistically approximate true randomness, they are not genuinely unpredictable. In computing and cryptography, pseudo random number generators (PRNGs) are used when true randomness is impractical or too slow. Their predictability means they are unsuitable for high-security cryptographic applications without additional measures.
Context ∞ The generation of pseudo random numbers is a critical topic in blockchain security, especially for applications requiring unpredictable outcomes, such as lotteries or certain game mechanics. News often highlights vulnerabilities or exploits arising from poorly implemented PRNGs in smart contracts, where attackers could predict future outcomes. Developers continually seek more robust and verifiable randomness solutions for decentralized applications.