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? Choose the correct answer below. A. A random-digit generator or random-number table cannot be used to simulate rain. B. Let the digits 0,1,2,3, and 4 represent "rain," and let the digits 5,6,7,8, and 9 represent "no rain." Generate random digits and record the results. C. Let the digit 5 represent "rain," and let any other digit represent "no rain." Generate random digits and record the results. D. Let the digits 1,2,3,4, and 5 represent "rain," and let the digits 6,7,8,9, and 10 represent "no rain." Generate random digits and record the results.