gogs 1 rok pred
rodič
commit
287c38f4cb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Service/ThirdService.php

+ 1 - 1
app/Service/ThirdService.php

@@ -86,7 +86,7 @@ class ThirdService extends Service
         return (rand(0,100)/1000);
     }
     public function cgq_rand(){
-        return rand(0,20)+(rand(0,100)/100);
+        return rand(10,25)+(rand(0,100)/100);
     }
     public function kg_rand(){
         return rand(0,1);