Package: simEd Title: Simulation Education Version: 2.0.2 Authors@R: c( person("Barry", "Lawson", email = "blawson@bates.edu", role = c("aut","cre","cph")), person("Larry", "Leemis", email = "leemis@math.wm.edu", role = "aut"), person("Vadim", "Kudlay", email = "vkudlay@nvidia.com", role = "aut")) Imports: graphics, grDevices, methods, stats, utils, shape Depends: rstream Suggests: magick Description: Contains various functions to be used for simulation education, including simple Monte Carlo simulation functions, queueing simulation functions, variate generation functions capable of producing independent streams and antithetic variates, functions for illustrating random variate generation for various discrete and continuous distributions, and functions to compute time-persistent statistics. Also contains functions for visualizing: event-driven details of a single-server queue model; a Lehmer random number generator; variate generation via acceptance-rejection; and of generating a non-homogeneous Poisson process via thinning. Also contains two queueing data sets (one fabricated, one real-world) to facilitate input modeling. More details on the use of these functions can be found in Lawson and Leemis (2015) , in Kudlay, Lawson, and Leemis (2020) , and in Lawson and Leemis (2021) . License: MIT + file LICENSE LazyData: true Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://blawson-bates.r-universe.dev Date/Publication: 2025-09-03 17:00:34 UTC RemoteUrl: https://github.com/blawson-bates/simed RemoteRef: HEAD RemoteSha: 49d62c9df51354ea006889d3bcbf515d852021ac NeedsCompilation: no Packaged: 2026-07-21 04:58:00 UTC; root Author: Barry Lawson [aut, cre, cph], Larry Leemis [aut], Vadim Kudlay [aut] Maintainer: Barry Lawson