Discrete-event simulation: Difference between revisions

Content deleted Content added
Hkilter (talk | contribs)
m Components: created a components list
Random-number generators: introduction to random number generators
Tag: Reverted
Line 36:
 
===Random-number generators===
Random numbers are a necessary basic ingredient in the simulation of almost all discrete systems.Most computer languages have a subroutine ,object, or function that will generate a random number.Similarly ,simulation languages generate random numbers that are used to generate evnt times and other random variables
 
The simulation needs to generate [[random variables]] of various kinds, depending on the system model. This is accomplished by one or more [[Pseudorandom number generator]]s. The use of pseudo-random numbers as opposed to true random numbers is a benefit should a simulation need a rerun with exactly the same behavior.