OE
The four wrong answers to this Inference EXCEPT question are statements that must be true according to the information provided by the passage. The correct answer, therefore, is something that cannot be deduced using the information provided. This is (C). While the passage does say that knowing the input and algorithm allows one to fully determine the results of a random number generator, and that pseudo-random programs produce results that have patterns that are ultimately predictable, this only means that it is possible to determine future results. It does not necessarily mean that it is possible to reverse-engineer the initial input and algorithm from the results.
(A) is supported by combining the given definition of pseudo-randomness (“the input itself is generated by the program”) and the idea that pseudorandomness produces patterns that are predictable. Likewise, (D) must be true, since a pseudo-random number generator is predictable, whereas a truly random program is not.
The passage describes atmospheric radiation as “unpredictable,” making it a good source for true randomness, so (E) is true and can be eliminated. On the other hand, if someone obtained the measurements after they were taken and knew the algorithm being used to generate the random number, they would be able to generate the same result obtained by the original program since true-random number generation depends on the input being unpredictable, not the algorithm. As a result, (B) is also true.
Answer: C