编辑文件 pet_fusion_service.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -29,7 +29,7 @@ func NewPetFusionService() *PetFusionService {
|
||||
|
||||
func (s *PetFusionService) Data(p1, p2, rand uint32) uint32 {
|
||||
|
||||
if !grand.Meet(int((rand)/2), 100) {
|
||||
if !grand.Meet(int(rand/2)+50, 100) {
|
||||
return 0
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user