# use-random-walk
Repeatable one-dimensional random walk helpers.
## Install
```toml
[dependencies]
use-random-walk = "0.0.1"
```
## Scope
Use `use-random-walk` when you need compact one-dimensional path generation,
path summaries, and deterministic stochastic walks driven by `use-seed`.
## RustUse workspace
This crate is part of the `use-simulation` workspace and depends on `use-seed`.
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`.