Files
bevy/examples/math
Tauan Binato 630a5ee362 Remove redundant sampling_primitives example (#23333)
## Objective

Fixes #15823

The `sampling_primitives` and `random_sampling` examples are redundant —
they both demonstrate sampling random points from primitive shapes and
even had identical doc descriptions. Per maintainer consensus,
`sampling_primitives` should be removed.

## Solution

- Removed `examples/math/sampling_primitives.rs`
- Removed the corresponding entry from `Cargo.toml`
- Removed the corresponding entry from `examples/README.md`

## Testing

- Verified `random_sampling` example still exists and is unmodified
- Confirmed no other files reference `sampling_primitives`
2026-03-14 04:58:12 +00:00
..