2006/09/15 (金) 21:42:53        [qwerty]
int get_judgement (Evidence *e, Low *l) 
{ 
if ( rand()%2 ) { 
return death; 
else { 
return innocent; 
} 
}