Skip to content

Commit 3d05b01

Browse files
authored
ofSeedRandom: remove deprecation (#7616)
#changelog #core
1 parent bbfd761 commit 3d05b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/openFrameworks/math/ofMath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void ofSetRandomSeed(unsigned long new_seed);
9494
///
9595
/// This seeds the old-school srand-based random number generator with an acceptably random value,
9696
/// 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();
97+
void ofSeedRandom();
9898

9999
/// \brief Seed the random number generator.
100100
///

0 commit comments

Comments
 (0)