Skip to content

Commit 3eae3e8

Browse files
committed
Remove unused std::random_device
1 parent 54017e5 commit 3eae3e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CesiumVectorData/src/VectorStyle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Color ColorStyle::getColor(uint32_t seed) const {
1313
return this->color;
1414
}
1515

16-
std::random_device r;
1716
std::mt19937 mt(seed);
1817
std::uniform_real_distribution<float> dist(0.0f, 1.0f);
1918

0 commit comments

Comments
 (0)