疑似乱数生成器(PRNG)は、プロセスIDやシステム時間などの予測可能なシードから初期化される。
予測可能なシードを使用することで、攻撃者がPRNGによって生成される乱数を予測するためにテストする必要がある可能性のあるシードの数を大幅に減らすことができる。
A Pseudo-Random Number Generator (PRNG) is initialized from a predictable seed, such as the process ID or system time.
The use of predictable seeds significantly reduces the number of possible seeds that an attacker would need to test in order to predict which random numbers will be generated by the PRNG.