TAOCP 3.2.1: The Linear Congruential Method
Section 3.2.1 exercises: 5 solved.
Section 3.2.1. The Linear Congruential Method
Exercises from TAOCP Volume 2 Section 3.2.1: 5 solved.
| # | Rating | Category | Status | Time |
|---|
Practice
›
Mathematics
›
TAOCP
›
TAOCP Vol 2: Seminumerical Algorithms
›
TAOCP 3.2.1: The Linear Congruential Method
›
TAOCP 3.2.1 Exercise 1
Take, for example, $m=10$, $a=2$, $c=0$, and $X_0=1$.
Practice
›
Mathematics
›
TAOCP
›
TAOCP Vol 2: Seminumerical Algorithms
›
TAOCP 3.2.1: The Linear Congruential Method
›
TAOCP 3.2.1 Exercise 2
Let X_{n+1}\equiv aX_n+c \pmod m, and assume that
Practice
›
Mathematics
›
TAOCP
›
TAOCP Vol 2: Seminumerical Algorithms
›
TAOCP 3.2.1: The Linear Congruential Method
›
TAOCP 3.2.1 Exercise 3
**Corrected Solution for Exercise 3.