···427427428428/*429429 * This returns random bytes in arbitrary quantities. The quality of the430430- * random bytes is good as /dev/urandom. In order to ensure that the430430+ * random bytes is as good as /dev/urandom. In order to ensure that the431431 * randomness provided by this function is okay, the function432432 * wait_for_random_bytes() should be called and return 0 at least once433433 * at any point prior.···491491492492/*493493 * Batched entropy returns random integers. The quality of the random494494- * number is good as /dev/urandom. In order to ensure that the randomness494494+ * number is as good as /dev/urandom. In order to ensure that the randomness495495 * provided by this function is okay, the function wait_for_random_bytes()496496 * should be called and return 0 at least once at any point prior.497497 */