digit-bin-index 0.3.0

A high-performance, O(P) data structure for weighted random sampling of binned probabilities, ideal for large-scale simulations.
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "name": "Cargo",
    "image": "mcr.microsoft.com/devcontainers/base:jammy",

    // Install Cargo when the devcontainer is made
    "onCreateCommand": "curl https://sh.rustup.rs -sSf | sh -s -- -y",

    // Install Cargo dependencies after the devcontainer is made
    "postCreateCommand": ". $HOME/.cargo/env && cargo install aftman"
}