document.write( "Question 476092: How could you use a random-digit generator or random-number table to simulate rain if you knew that 50% of the time with conditions as you have today, it will rain? \n" ); document.write( "
Algebra.Com's Answer #326525 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Generate a random integer from 0 to 1 (i.e. 0 or 1). You could assume that 0 = no rain, 1 = rain. \n" ); document.write( "
\n" );