Thanks to visit codestin.com
Credit goes to rustuse.org

Skip to content

use-simulation

Published Published crate with live registry and docs.rs links.

use-simulation belongs to the use-simulation facade.

Package links

Facade placement

Use use-simulation when you want the facade crate instead of depending on focused crates one by one. The facade remains the curated entry point for the current use-simulation surface.

RustDocs

This crate uses a stable RustUse RustDocs route alongside the workspace Rustdocs bundle.

Copyable source

Copy use-simulation into your codebase

Copy the current use-simulation source bundle or inspect the files behind the stable RustUse docs surface for this crate.

Cargo.toml

2 files TOML

Browse crate files
            [package]
name = "use-simulation"
description = "Composable facade crate for RustUse simulation primitives"
publish = true
authors.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
readme = "README.md"
documentation = "https://docs.rs/use-simulation"
keywords = ["simulation", "monte-carlo", "random-walk", "event", "clock"]
categories = ["algorithms", "science"]

[dependencies]
use-event-simulation.workspace = true
use-monte-carlo.workspace = true
use-random-walk.workspace = true
use-seed.workspace = true
use-simulation-clock.workspace = true
use-simulation-result.workspace = true
use-state-step.workspace = true

[lints]
workspace = true
          

Tags

  • simulation
  • monte-carlo
  • random-walk

Status

This crate is currently treated as published in the RustUse docs surface. RustUse-hosted RustDocs remain canonical, and the external registry links are enabled because the live package identity is available.