Electronic Systems Engineering makes me bipolar. \o/
In other words, time for the pub!
...Okay, I love emo face too much. And this song.
public int deal () {
Random random = new Random();
int currentCard = random.nextInt(52);
Card cardFace = Deck.getCard(currentCard);
addCard(cardFace);
return currentCard;
}
See? It'd make anyone go mad. ...Hey, wait, that should be void. @_@