kthxrawr: (Default)

[personal profile] kthxrawr


jump start my kaleidoscope heart

already out of foolproof ideas


[Don't cry out, cease fire.]
kthxrawr: (Mai - rain rain)
[personal profile] kthxrawr
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. @_@