|
|
|
|
|
by ogogmad
2170 days ago
|
|
PRNGs are often seeded with a "true" random value, from which they generate a sequence of pseudorandom values. In that case, you actually end up with a hybrid of random and deterministic. An example of this is `/dev/urandom`. |
|