Are the random_sampling
and sampling_primitives
examples redundant?
#15823
Labels
A-Math
Fundamental domain-agnostic mathematical operations
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Bevy version
main
What you did
cargo run --example random_sampling
Added in #13507
cargo run --example sampling_primitives
Added in #13519
What went wrong
These examples appear to be extremely similar, and their docs even have identical descriptions.
Additional information
It appears that this isn't a mistake, so I would suggest updating the description of either or both examples to explain what each of them is accomplishing.
But they seem totally redundant to me, so removing one may be an option.
The text was updated successfully, but these errors were encountered: