Question

Which of the following statements is true?
(a) The C standard library does not provide a secure random-number generator.
(b) According to the C standard document's description of function rand, "There are no guarantees as to the quality of the random sequence produced and some implementations are known to produce sequences with distressingly non-random low-order bits."
(c) The CERT guideline MSC30-C indicates that implementation-specific random-number generation functions must be used to ensure that the random numbers produced are not predictable
(d)All of the above.

Answer

This answer is hidden. It contains 3 characters.