|
|
|
|
|
by spacechild1
386 days ago
|
|
> That's what a hash function is--mapping input to outputs with a pseudo-random distribution That's not what a PRNG does. A PRNG produces a sequence of pseudo-random values (with a particular distribution) based on an initial seed value. A hash function is stateless, a PRNG is not. |
|