Still taking donations?
Money sent for the good cause. Not sure how I missed this thread.
:woohoo:[highlight]$2,121.82 USD[/highlight]
We've gone above and beyond in terms of our goals and I would like to thank each and every one of you guys...
Ambition is kicking in now! Hahajust made a small second donation we can hit $2500!
what date are you actually starting the draw? saturday... sunday?
Just looking for official dates for final donations and first drawings
anybody interested in a trade board after the drawings? We would have to get it done fast though. That way instead of paying for shipping twice, we can just have it done in the first place. Who is paying for shipping?
what if we do a # drawing where people get picked to have the first pick of whatever they want and so on until the prizes are gone.
:goodpost: agreedI think you will end up waiting a long time for people to respond. I would just randomly draw and give prizes and leave it up to the winners to worry about what they do with their winnings. No need to make things more complicated for you guys.
I think you will end up waiting a long time for people to respond. I would just randomly draw and give prizes and leave it up to the winners to worry about what they do with their winnings. No need to make things more complicated for you guys.
When does the biggest donor get anounced and pick?Let's get this spicier!
The biggest donor will have 3 prizes to choose from in this list. Before the draw.
So far the biggest one is 50$. Let's beat this!
When does the biggest donor get anounced and pick?
$50 is the biggest donation so far??? I know I did a higher amount than that and have the emailed receipt from paypal if you guys didn't get it. I saw that post about the $50 and wanted to clarify.
I may sound like a nerd asking this but....
What kind of number generator are you using?
Is it based off of a system clock as most are or the time?
Did you program one or using one on google?
If the probability is even through all of the numbers that are used...
then according to the law of large numbers, eventually once the number of trials gets large enough the theoretical probability and the actual probability will meet. so....
for everyone to have a fair chance we need more donations from companies!!! lol jk. but are you just taking the first number to pop up? I know it's late to change this now and you can do it how you like, but for the sake of knowing and comparing the results I would like to know. lol.
I'm just interested in comparing the method to the results.
Stupid discreet math course has ruined my normal thinking ability..... lol
I may sound like a nerd asking this but....
What kind of number generator are you using?
Is it based off of a system clock as most are or the time?
Did you program one or using one on google?
If the probability is even through all of the numbers that are used...
then according to the law of large numbers, eventually once the number of trials gets large enough the theoretical probability and the actual probability will meet. so....
for everyone to have a fair chance we need more donations from companies!!! lol jk. but are you just taking the first number to pop up? I know it's late to change this now and you can do it how you like, but for the sake of knowing and comparing the results I would like to know. lol.
I'm just interested in comparing the method to the results.
Stupid discreet math course has ruined my normal thinking ability..... lol
String Inarius = "Yes";
String StringThatChecksIfHesAnnoyingTheFuxOutOfJJohn = "Yes";
String Ecu19NumIs4 = "4";
Int RandomNum = 4;
if (Inarius=="StringThatChecksIfHesAnnoyingTheFuxOutOfJJohn"){
System.out.println("You are fuxxing annoying him!");
}
else{
System.out.println("You are still annoying him about the random number generator!");
}
System.out.println("The random number is: "+RandomNum+" !");
You missed my number being 4 :rant:I'll put my name on the 4th entry![]()
lol... im just curious. anyway... if you were trying to write that in Java which it looks like by your print statements.... you would need to instantiate the strings:I made one just for him:
String Inarius = "Yes";
String StringThatChecksIfHesAnnoyingTheFuxOutOfJJohn = "Yes";
String Ecu19NumIs4 = "4";
Int RandomNum = 4;
if (Inarius=="StringThatChecksIfHesAnnoyingTheFuxOutO fJJohn"){
System.out.println("You are fuxxing annoying him!");
}
else{
System.out.println("You are still annoying him about the random number generator!");
}
System.out.println("The random number is: "+RandomNum+" !");
:rasp:
You actually don't have to import the class for strings (java.lang package) because all the classes in that are automatically imported, the same with System classeslol... im just curious. anyway... if you were trying to write that in Java which it looks like by your print statements.... you would need to instantiate the strings:
String Inarius = new String("Yes"); same with the other one but not with the int. You would also need to include the correct package that the String Class is located in... but I don't remember it off the top of my head.
String Ecu19NumIs4 = "4"; <-- and you would get a warning abou tthat because its not used in the code at all....
lol. some days I hate being a programmer....
good attempt though!!!
Im such a nerd but anyway the stupid discreet math course I took last semester ruined my thinking of anything normal. I always have to ask about different things. Just trying to use some of my college. lol.
anywho... great work and keep it up!!!!! :type: