use-seed 0.0.1

Repeatable seed helpers for primitive simulations
Documentation
# use-seed

Repeatable seed helpers for primitive simulations.

## Install

```toml
[dependencies]
use-seed = "0.0.1"
```

## Scope

Use `use-seed` when you need deterministic seed mixing, branching, and stable
unit-interval generation for repeatable stochastic simulation code.

## RustUse workspace

This crate is part of the `use-simulation` workspace. Depend on
`use-simulation` when you want the full facade.

## Status

This crate is experimental and may evolve while the workspace remains below
`0.3.0`.