int get_judgement (Evidence *e, Low *l) { if ( rand()%2 ) { return death; else { return innocent; } }