2. Here is a random-number generator you can make yourself: a. Start with some number, Seed. b....

Question:

2. Here is a random-number generator you can make yourself:

a. Start with some number, Seed.

b. Let X1 = Seed + π. LetX2 = e5+In(X1).

c. The first random number is Random = X2 − Integer (X)2), where Integer (X1) is the integer part of X1.

d. Repeat the process, letting See`d = Random.

Implement this random-number generator in a VBA program similar to randomlist, and produce a list of 50 random numbers.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Financial Modeling

ISBN: 9780262024822

2nd Edition

Authors: Simon Benninga

Question Posted: