ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/TSPExchangerTest.java
(Generate patch)

Comparing jsr166/src/test/loops/TSPExchangerTest.java (file contents):
Revision 1.6 by jsr166, Thu Oct 29 23:09:08 2009 UTC vs.
Revision 1.7 by jsr166, Thu Oct 29 23:11:03 2009 UTC

# Line 88 | Line 88 | public class TSPExchangerTest {
88      /**
89       * The probability mask value for creating random strands,
90       * that have lengths at least MIN_STRAND_LENGTH, and grow
91 <     * with exposnential decay 2^(-(1/(RANDOM_STRAND_MASK + 1)
91 >     * with exponential decay 2^(-(1/(RANDOM_STRAND_MASK + 1)
92       * Must be 1 less than a power of two.
93       */
94      static final int RANDOM_STRAND_MASK = 7;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines