#numbers #primitive #distributed #generator #sequential #discrete

dvcompute_rand

Discrete event simulation library (random number generator primitives for sequential simulation and conservative distributed simulation)

1 stable release

1.3.3 Jan 5, 2022

#23 in #sequential

Download history 9/week @ 2023-11-26 8/week @ 2023-12-17 4/week @ 2023-12-24 6/week @ 2024-01-07 5/week @ 2024-01-14 1/week @ 2024-01-21 10/week @ 2024-02-04 11/week @ 2024-02-11 25/week @ 2024-02-18 28/week @ 2024-02-25 15/week @ 2024-03-03 24/week @ 2024-03-10

92 downloads per month
Used in 8 crates (2 directly)

MPL-2.0 license

14KB
259 lines

dvcompute_rand

This crate is a part of discrete event simulation framework DVCompute Simulator (registration number 2021660590 of Rospatent). The crate defines random number generator primitives for sequential simulation and nested simulation.

In general, there are the following main crates: dvcompute (for sequential simulation), dvcompute_dist (for optimistic distributed simulation - from multicore computers till supercomputers), dvcompute_cons (for conservative distributed simulation - from multicore computers till supercomputers) and dvcompute_branch (for nested simulation - theory of games, estimation of the optimal strategy). All four crates are very close. They are based on the same method.

Documentation

Licence

Copyright 2020-2022 David Sorokin david.sorokin@gmail.com, based in Yoshkar-Ola, Russia

This software is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Dependencies

~0–520KB