I need to program a simple card game for final work. So, I have database with cards (each card has ID, name, type, sub-type, mana, energy, effect,attack). I connected to BD with java class (public Connection getConnection() throws SQLException), now I need to shuffle cards to begin the game - shuffle with ID. And I dont know how. I hope this is the way to ask help. :/
I goggled, but no help. (I 'm terrible with programming, I'm designer..)