heres what im thinking just a basic GUI where u input how many players are in the raffle and spit out a random number depending on how many are in the raffle.

is that what your after?
 
heres what im thinking just a basic GUI where u input how many players are in the raffle and spit out a random number depending on how many are in the raffle.

is that what your after?
Was after something just a tad more complex.
 
RNG is the first thing I learned how to do when learning Java in high school

this is so easy you could do it, Dave
 
how complex?
I need people to be able to pick their slot numbers, multiple if their ID has bought in multiple times. I'd need some way to prevent random people from entering when they have the URL, and I'd need to be able to remove someone from the raffle if for some reason they absolutely have to withdraw their buy-in. I'd need their avatars and Steam names to update on the slots list as they change them.
RNG is the first thing I learned how to do when learning Java in high school

this is so easy you could do it, Dave
I never learned any Java, Isil.
 
random number generation

as for how I learned the very tiny amount I know, when I wasn't getting baked in high school I stared at my textbook until it made sense
 
learning computer languages and how programming works sucks balls at the beginning.