dtinfo subtree DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
b92cf08899
commit
8c8363f4a5
@@ -44,7 +44,8 @@ void randomize::restore(buffer& scrambled)
|
||||
|
||||
int *pos = new int[bytes-1];
|
||||
|
||||
for ( int i=0; i<bytes-1; i++ ) {
|
||||
int i;
|
||||
for ( i=0; i<bytes-1; i++ ) {
|
||||
pos[i] = rdn.rand() % ( bytes - i ) + i;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user