Question: my pseudo random number generator is this is the code i used The code written in python is as follows: def randomgen(ze_seed, amount): x1 =

 my pseudo random number generator is this is the code i

my pseudo random number generator is

this is the code i used

The code written in python is as follows:

def randomgen(ze_seed, amount): x1 = ze_seed[0] # peice of data in seed list x2 = ze_seed[1] x3 = ze_seed[2] values = [] #list to be written while True: if len(values)  

solution for part a to generate the 1000 numbers

code in python, can only use math and deep copy modules

5. (25 pts) a. Use your pseudorandom number generator from question 4 to generate a list of 1000 random floating point numbers between 0 and 1 (duplicates are okay). Consider these values to represent probability levels that can be found by integrating the Gaussian probability density function (PDF) between x=--5-0 to x=x such that pi=P(x

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!