Page 1 of 1

Please choose the statement that is false about random number generation: Uniformly distributed random numbers can be ge

Posted: Tue Apr 26, 2022 6:18 pm
by answerhappygod
Please choose the statement that is false about random number
generation:
Uniformly distributed random numbers can be generated using a
linear congruent generator
The inverse transformation method can be used to sample data
from both continuous and discrete probability distributions
For a linear congruent generator that has a prime
number m as the divisor for the
modulus, the obtained random numbers have a maximum period of
(m-1)
In random number generation using linear congruent generator, we
don't need to worry about cycles.