Purchase Solution

Simulations: Pseudo-Random Numbers and Statistical Analysis

Not what you're looking for?

Ask Custom Question

1-Why do we use pseudo-random numbers in simulations?
2-How do pseudo-random numbers affect the accuracy of a simulation?
3-What is the role of statistical analysis in simulation?

Purchase this Solution

Solution Summary

This solution provides a detailed explanation of the three given computer sciences questions.

Solution Preview

According to Portal (1990) in the mind of the average computer user, the problem of generating uniform variants by computer was solved long ago; after all, every computer system offers one or more functions to do so; many software products, like compilers, spreadsheets, statistical or numerical packages, etc. also offer their own. According to this site, these functions supposedly return numbers that could be used, for all practical purposes, as if they were the values taken by independent random variables, with a uniform distribution between 0 and 1; in fact, many people use them with faith and feel happy with the results.

According to Portal (1990) a pseudo-random process is a process that appears to be random but is not; pseudo-random sequences typically exhibit statistical randomness while being generated by an entirely deterministic casual process. According to this site, such a process is easier to produce than a genuine ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.