mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 02:00:45 +00:00
wip
This commit is contained in:
@ -83,6 +83,8 @@ int main() {
|
||||
if (ids2.contains(id)) throw herr("redundant set");
|
||||
ids2.insert(id);
|
||||
}
|
||||
std::cerr << "HAVE " << (have.size() * idSize) << " bytes "
|
||||
<< "NEED " << (need.size() * idSize) << " bytes " << std::endl;
|
||||
}
|
||||
|
||||
if (q.size()) {
|
||||
|
@ -16,7 +16,7 @@ while(1) {
|
||||
|
||||
for (1..$num) {
|
||||
my $mode;
|
||||
if (rand() < 0.001) {
|
||||
if (rand() < 0.01) {
|
||||
$mode = rnd(2) + 1;
|
||||
} else {
|
||||
$mode = 3;
|
||||
|
Reference in New Issue
Block a user