Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by awd ( 14 years ago )
for(int k = 0; k < ORG; k++){
for(int i = 0; i < index.size(); i++){
int org = index[rand()%index.size()];
for(int j = 0; j < index.size(); j++)
if(index.at(j) == org)
index.remove(j);
for(int j = 0; j < rand()%(10)+1; j++){
out << "(" << rand()%5+1
<< ",'" << "text"
<< "'," << rand()%USER+1
<< "," << org+1
<< "),<br>";
}
}
}
Revise this Paste