We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfd761 commit 3d05b01Copy full SHA for 3d05b01
1 file changed
libs/openFrameworks/math/ofMath.h
@@ -94,7 +94,7 @@ void ofSetRandomSeed(unsigned long new_seed);
94
///
95
/// This seeds the old-school srand-based random number generator with an acceptably random value,
96
/// generated from clock time and the PID.
97
-[[deprecated("to get a new non-deterministic state, destroy and re-construct the of::random::Engine")]] void ofSeedRandom();
+void ofSeedRandom();
98
99
/// \brief Seed the random number generator.
100
0 commit comments