removed comment regarding windowSize requirement
This commit is contained in:
@@ -683,7 +683,6 @@ static U32 generateSequences(U32* seed, frame_t* frame, seqStore_t* seqStore,
|
|||||||
1;
|
1;
|
||||||
if (info.useDict && (RAND(seed) & 1)) {
|
if (info.useDict && (RAND(seed) & 1)) {
|
||||||
/* need to occasionally generate offsets that go past the start */
|
/* need to occasionally generate offsets that go past the start */
|
||||||
/* we still need to be within the windowSize however */
|
|
||||||
U32 const lenPastStart = RAND(seed) % info.dictContentSize;
|
U32 const lenPastStart = RAND(seed) % info.dictContentSize;
|
||||||
offset = offset+lenPastStart;
|
offset = offset+lenPastStart;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user