Question: A pseudorandom number generator uses the following formula to create a random series: N i + 1 = (5 + 7N i ) mod 17
A pseudorandom number generator uses the following formula to create a random series:
Ni + 1 = (5 + 7Ni) mod 17 - 1
In which Ni defines the current random number and Ni+1 defines the next random number. The term mod means the value of the remainder when dividing (5 + 7Ni) by 17. Show the sequence created by this generator to be used for spread spectrum.
Step by Step Solution
3.32 Rating (164 Votes )
There are 3 Steps involved in it
Random numbers are 11 13 10 6 12 3 8 9 as calculate... View full answer
Get step-by-step solutions from verified subject matter experts
