# 三维随机游走（配套 `.wls`）

对应博文：[Mathematica简单的三维随机游走及实现](https://hypergroups.github.io/Mathematica简单的三维随机游走及实现)

## 运行

```powershell
wolframscript -file random-walk-3d.wls
```

输出写入同目录 `out/`（PNG + GIF），并复制到主站 `assets/posts/random-walk-3d/` 供博文插图。`SeedRandom[20130101]` 保证可复现。

## 同步位置

| 路径 | 说明 |
|------|------|
| `hypergroups.github.io/wolfram/random-walk-3d/` | 主站博客仓库 |
| `wolfram/scripts/random-walk-3d/` | Wolfram 工作区 |
| `MathematicaLegacy/wls/random-walk-3d/` | Mathematica 主题博客 |

改脚本后以主站目录为准，再复制到另外两处。
