eurekacrew / agents /simulation.py
gaur3009's picture
Create simulation.py
d964a37 verified
raw
history blame contribute delete
132 Bytes
import random
def simulate(hypothesis):
return random.choice(["Supports hypothesis", "Contradicts hypothesis", "Inconclusive"])