Answered step by step
Verified Expert Solution
Link Copied!

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 =

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions

Question

Do you hold grudges or do you let go of things easily?

Answered: 1 week ago