BIND 10 trac2357, updated. 195617a1fd88af3bfbb397263cd67a148d0e7d67 [2357] Wrap comments above 80 char

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 25 23:58:03 UTC 2012


The branch, trac2357 has been updated
       via  195617a1fd88af3bfbb397263cd67a148d0e7d67 (commit)
      from  0eb033a6b10eac2e2767923ccfe5e74f2d2b2680 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 195617a1fd88af3bfbb397263cd67a148d0e7d67
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Oct 26 05:27:37 2012 +0530

    [2357] Wrap comments above 80 char

-----------------------------------------------------------------------

Summary of changes:
 src/lib/util/range_utilities.h |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/range_utilities.h b/src/lib/util/range_utilities.h
index 42d9c4a..4d5b0bb 100644
--- a/src/lib/util/range_utilities.h
+++ b/src/lib/util/range_utilities.h
@@ -41,16 +41,17 @@ isRangeZero(Iterator begin, Iterator end) {
 
 /// @brief Fill in specified range with a random data.
 ///
-/// Make sure that random number generator is initialized properly. Otherwise you
-/// will get a the same pseudo-random sequence after every start of your process.
-/// Calling srand() is enough. This method uses default rand(), which is usually
-/// a LCG pseudo-random number generator, so it is not suitable for security
-/// purposes. Please get a decent PRNG implementation, like mersene twister, if
-/// you are doing anything related with security.
+/// Make sure that random number generator is initialized
+/// properly. Otherwise you will get a the same pseudo-random sequence
+/// after every start of your process.  Calling srand() is enough. This
+/// method uses default rand(), which is usually a LCG pseudo-random
+/// number generator, so it is not suitable for security
+/// purposes. Please get a decent PRNG implementation, like mersene
+/// twister, if you are doing anything related with security.
 ///
-/// PRNG initialization is left out of this function on purpose. It may be
-/// initialized to specific value on purpose, e.g. to repeat exactly the same
-/// sequence in a test.
+/// PRNG initialization is left out of this function on purpose. It may
+/// be initialized to specific value on purpose, e.g. to repeat exactly
+/// the same sequence in a test.
 ///
 /// @param begin
 /// @param end



More information about the bind10-changes mailing list