This commit is contained in:
stephb9959
2023-04-17 11:00:15 -07:00

View File

@@ -34,7 +34,7 @@ namespace OpenWifi {
MockElement::next();
if(size==0)
size=7;
free = total - (size * (128000 * OWLSutils::local_random(25000,75000))) - 150000000 ;
free = total - (size * (128000 + OWLSutils::local_random(25000,75000))) - 150000000 ;
cached = OWLSutils::local_random(25000000,100000000);
buffered = OWLSutils::local_random(25000000,100000000);
}