I hope I can get my problem clear, I appreciate your time.
in my console program it prints 2 variables double random and one String this per line, I repeat the random logic and reprint again,I create 3 Cards, but before "Card card2 = new Card", this saves the values of Atkk, Def, Tipe, in a string that refers to which Card those values belong, and so the 3 print in the Main. but when running it with the start button it always prints something like this:
Atakk:2.33 , Def: 4.66, Tipe: Fire
Atakk:2.33 , Def: 4.66, Tipe: Fire
Atakk:2.33 , Def: 4.66, Tipe: Fire
yes, it's always the same when I close it and try again, obviously the values change, but the same thing is repeated 3 times ...
then I have run it 4 times, step by step (F11), and the result is always very variable:
Atakk:1.33 , Def: 5.10, Tipe: Fire
Atakk:4.64 , Def: 8.69, Tipe: Water
Atakk:0.17 , Def: 9.20, Tipe: Land
Has someone happened same problem, because something like this is given?