Skip to main content

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.