#numbers #distributed #primitive #generator #optimistic #discrete

dvcompute_rand_dist

Discrete event simulation library (random number generator primitives for optimistic distributed simulation and nested simulation)

2 stable releases

1.3.4 Jan 5, 2022

#10 in #optimistic

Download history 3/week @ 2023-12-10 4/week @ 2023-12-17 4/week @ 2023-12-24 5/week @ 2024-01-07 5/week @ 2024-01-14 1/week @ 2024-01-21 9/week @ 2024-02-04 7/week @ 2024-02-11 37/week @ 2024-02-18 29/week @ 2024-02-25 15/week @ 2024-03-03 23/week @ 2024-03-10 22/week @ 2024-03-17

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

MPL-2.0 license

14KB
259 lines

dvcompute_rand_dist

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 distributed simulation, both the optimistic and conservative ones.

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

~560KB
~11K SLoC