Skip to content

Commit

Permalink
[CHORE] fix doc due to rand update
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Jan 27, 2025
1 parent a8b4846 commit df592f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ impl Obstacle {
/// obstacles: vec![Obstacle::new(Vector3::new(0.0, 0.0, 0.0), Vector3::new(0.0, 0.0, 0.0), 1.0)],
/// obstacles_velocity_bounds: [0.0, 0.0, 0.0],
/// obstacles_radius_bounds: [0.0, 0.0],
/// rng: ChaCha8Rng::from_entropy(),
/// rng: ChaCha8Rng::from_os_rng(),
/// };
/// ```
pub struct Maze {
Expand Down

0 comments on commit df592f5

Please sign in to comment.