Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dweek.cpp32 WeekName WeekRand( const World & worldInstance, const size_t seed ) in WeekRand() function
281 …const WeekName weekName = isNewMonth ? MonthRand( worldInstance, weekTypeSeed ) : WeekRand( worldI… in RandomWeek()