Home
last modified time | relevance | path

Searched refs:weekTypeSeed (Results 1 – 1 of 1) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dweek.cpp278 size_t weekTypeSeed = weekSeed; in RandomWeek() local
279 fheroes2::hashCombine( weekTypeSeed, 34582445 ); // random value to add salt in RandomWeek()
281 …eekName = isNewMonth ? MonthRand( worldInstance, weekTypeSeed ) : WeekRand( worldInstance, weekTyp… in RandomWeek()