Searched refs:randomSeed (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/screen_savers/flurry/
H A DShared.h87 double randomSeed; member in struct:flurry_info_t
H A DFlurry.cpp169 fFlurryInfo->fTime = _SecondsSinceStart() + fFlurryInfo->randomSeed;
247 fFlurryInfo->randomSeed = RandFlt(0.0, 300.0);
253 fFlurryInfo->fTime = _SecondsSinceStart() + fFlurryInfo->randomSeed;
H A DSpark.cpp150 colorTime = info->fTime + info->randomSeed;
233 colorTime = info->fTime + info->randomSeed;

Completed in 18 milliseconds