Skip to content

Commit

Permalink
fix seed
Browse files Browse the repository at this point in the history
  • Loading branch information
unixpickle committed Jul 9, 2024
1 parent fa859b8 commit e705935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model3d/shapes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ func TestCapsuleSDF(t *testing.T) {
}

func TestConeSDF(t *testing.T) {
rand.Seed(0)
for i := 0; i < 10; i++ {
p1 := NewCoord3DRandUnit()
p2 := NewCoord3DRandUnit()
Expand Down

0 comments on commit e705935

Please sign in to comment.