Question: DSC 4 3 0 : Python Programming Assignment 0 7 0 1 : War and Random Numbers Find on the D 2 L a text
DSC : Python Programming
Assignment : War and Random Numbers
Find on the DL a text version of War and Peace by Leo Tolstoy. You will use it create a pseudo random number generator. The PRNG should be an object:
prng
WarAndPeacePseudoRandomNumberGenerator
Alternatively, you should be able to pass a seed when you create the object:
prng
WarAndPeacePseudoRandomNumberGenerator
Then, you should be able to generate pseudo random numbers :
prngrandom
Record a three minute video in which you run the code. Then, present your code. Specifically, answer the following questions:
Explain how your pseudo random numbers are produced.
Explain how you check whether you have reached to the end of the file, and how you renew the file object and the seed.
Generate pseudo random numbers. What is the min, max, and mean? Does that make sense?
Submission: Submit a single py file containing all the code to the DL Do not zip or archive the file. Your code must include comments at the top including your name, date, video link, and the honor statement, "I have not given or received any unauthorized assistance on this assignment." Each function must include a docstring and be commented appropriately.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
