This commit is contained in:
		@@ -5,6 +5,6 @@ import numpy as np
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
def decision(h1, h2):
 | 
					def decision(h1, h2):
 | 
				
			||||||
    if 1 in h2[:4]:
 | 
					    if 1 in h2[:4]:
 | 
				
			||||||
        return np.random.randint(2)
 | 
					        return 1
 | 
				
			||||||
    else:
 | 
					    else:
 | 
				
			||||||
        return 0
 | 
					        return 0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user