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
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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
