I have to code a daily horoscope for the 12 zodiac signs, it needs to be self-sustained (no external ressources), quite randomized but fixed by zodiac sign for each day.
I need to extract three "variables" from 1 to 3 :
- love
- work
- money
Each one ranked from 1 to 3.
Variables it seems that can be used (vars fixed for a day or more, can be extended) :
- Year
- Month
- Day
- Day of week
- Math.PI [edit: not exactly what you would call a "variable"...]
- Zodiac signs order (from 1 to 12)
I'm having a hard time getting out linear modeling to get some "pseudo-randomized results" !
Any ideas ?