Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started