Write a random number generator in LISP. This function must maintain a global variable, seed, and return

Question:

Write a random number generator in LISP. This function must maintain a global variable, seed, and return a different random number each time the function is called. For a description of a reasonable random number algorithm, consult any basic algorithms text.

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

Step by Step Answer:

Question Posted: