The Stochastic Processes Generation in OpenModelica
@article{Gevorkyan2016TheSP, title={The Stochastic Processes Generation in OpenModelica}, author={Migran N. Gevorkyan and Anastasiya V. Demidova and Anna V. Korolkova and Dmitry S. Kulyabov and Leonid A. Sevastianov}, journal={ArXiv}, year={2016}, volume={abs/1704.00206} }
This paper studies program implementation problem of pseudo-random number generators in OpenModelica. We give an overview of generators of pseudo-random uniform distributed numbers. They are used as a basis for construction of generators of normal and Poisson distributions. The last step is the creation of Wiener and Poisson stochastic processes generators. We also describe the algorithm to call external C-functions from programs written in Modelica. This allows us to use random number…
One Citation
STOCHASTIC PROCESSES AND SOME APPLICATIONS
- Mathematics
- 2016
In this paper, we discuss about some applications to the birth and death process in biology and in the theory of waiting. First, we introduce some theoretical notions about the stochastic processes…
38 References
Noise Generation for Continuous System Simulation
- Computer Science
- 2014
A library to specify a pseudo random noise for continuous-time simulations and a new random number generator is proposed to generate a continuous random signal, which is proven to be highly suitable for continuous models.
A search for good multiple recursive random number generators
- Computer ScienceTOMC
- 1993
An extensive computer search for good multiple recursive generators, in terms of their lattice structure and implementation speed, finds generators that are a little slower than the usual linear congruential generators, but have much longer periods and much better statistical properties.
Non-Uniform Random Variate Generation
- Computer Science, Mathematics
- 1986
This chapter reviews the main methods for generating random variables, vectors and processes in non-uniform random variate generation, and provides information on the expected time complexity of various algorithms before addressing modern topics such as indirectly specified distributions, random processes, and Markov chain methods.
Combined Multiple Recursive Random Number Generators
- MathematicsOper. Res.
- 1996
The lattice structure of such combined generators is studied and it is argued that combination is a good way of obtaining robust generators, based on a recurrence with many nonzero coefficients, and which also possess a fast implementation.
Computer Generation of Poisson Deviates from Modified Normal Distributions
- MathematicsTOMS
- 1982
Using efficient subprograms for generating uniform, exponential, alid normal deviates, the new algorithm is much faster than all competing methods.
Numerical Solution of Stochastic Differential Equations
- Mathematics
- 2015
This paper provides an introduction to the main concepts and techniques necessary for someone who wishes to carryout numerical experiments involving Stochastic Differential Equation (SDEs). As SDEs…
TestU01: A C library for empirical testing of random number generators
- Computer Science, MathematicsTOMS
- 2007
We introduce TestU01, a software library implemented in the ANSI C language, and offering a collection of utilities for the empirical statistical testing of uniform random number generators (RNGs).…
Numerical Solution of Stochastic Differential Equations
- Mathematics
- 2016
Stochastic differential equations (SDEs) including the geometric Brownian motion are widely used in natural sciences and engineering. In finance they are used to model movements of risky asset prices…
Stochastic Differential Equations
- MathematicsHow to Measure the Infinite
- 2019
We explore in this chapter questions of existence and uniqueness for solutions to stochastic differential equations and offer a study of their properties. This endeavor is really a study of diffusion…
On the xorshift random number generators
- MathematicsTOMC
- 2005
It is found that the vast majority of xorshift generators with only threexorshift operations, including those having good equidistribution, fail several simple statistical tests.