PRNG Sequence Generation: Determining X(1) to X(n) for PRNG(3,2,7) - Prof. Michael C. Loui, Quizzes of Electrical and Electronics Engineering

The instructions for determining the sequence of numbers generated by the pseudorandom number generator prng(3,2,7) with seed x(0) = 1. The sequence is calculated iteratively by applying the formula x(k+1) = (3x(k) + 2) mod 7 until the sequence repeats.

Typology: Quizzes

Pre 2010

Uploaded on 03/10/2009

koofers-user-cs2
koofers-user-cs2 🇺🇸

5

(1)

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ECE 110 AL1 Lecture Quiz #13 November 14, 2008
M. C. Loui
Print your official name:
Consider the pseudorandom number generator PRNG(3,2,7) with seed X(0) = 1. That is, for k =
0, 1, 2, …,
X(k+1) = (3 X(k) + 2) mod 7
Determine the sequence X(1), X(2), … until the sequence repeats.

Partial preview of the text

Download PRNG Sequence Generation: Determining X(1) to X(n) for PRNG(3,2,7) - Prof. Michael C. Loui and more Quizzes Electrical and Electronics Engineering in PDF only on Docsity!

ECE 110 AL1 Lecture Quiz #13 November 14, 2008 M. C. Loui

Print your official name:

Consider the pseudorandom number generator PRNG(3,2,7) with seed X (0) = 1. That is, for k = 0, 1, 2, …, X ( k +1) = (3 X ( k ) + 2) mod 7 Determine the sequence X (1), X (2), … until the sequence repeats.