fixd drand48() call

This commit is contained in:
csoler 2025-11-25 21:38:50 +01:00
parent 2eb48e0305
commit 96c150caf2

View file

@ -122,7 +122,7 @@ void GxsGroupFeedItem::requestGroup()
void GxsGroupFeedItem::deferred_update() void GxsGroupFeedItem::deferred_update()
{ {
mLastDelay = (int)(float(mLastDelay)*1.2); mLastDelay = (int)(float(mLastDelay)*1.2);
mLastDelay += 100.0*drand48(); mLastDelay += 100.0*RsRandom::random_f32();
if(mLastDelay < 10000.0) if(mLastDelay < 10000.0)
{ {