project/paperbench/paperbench/judge/judge.py [407:413]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return GradedTaskNode.from_task(
            task,
            score=random.randint(0, 1),
            valid_score=True,
            explanation="This is a random judge that gives a random score of 0 or 1.",
            judge_metadata=None,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



project/paperbench/paperbench/judge/judge.py [417:423]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return GradedTaskNode.from_task(
            task,
            score=random.randint(0, 1),
            valid_score=True,
            explanation="This is a random judge that gives a random score of 0 or 1.",
            judge_metadata=None,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



