0
1.6kviews
(Duplicate) State the properties of random numbers.
written 6.8 years ago by | modified 2.6 years ago by |
State the properties of random numbers. What are the problems or errors that can occur when generating pseudo random numbers? Use the mixed congruential method to generate a sequence of three two-digit random integers between 0 and 24 with X0 = 13, a = 9, and c = 35.
ADD COMMENT
EDIT
Marked as duplicate
This question already has an answer, hence merged with: State the properties of random numbers. What are the problems or errors than can occur while generating pseudo random numbers?