Sometimes we procrastinate on our routine tasks just because there is no fun in doing them.
You could add some flavor into the routine with help of random numbers - serviced by excellent, and free, Random.org site.
Binary Choice
Do it? Do this or that?
To answer this question, use excellent Coin Flipper - there are plenty of coin choices, including antique coins.
Choose one possibility out of N choices
For example, you have N numbered tasks, and need to choose one.
- Throw one-to-16 dices and sum up the result - lets you choose one of 96 variations
- Generate 1 integer by giving range from 1 to N
Order unnumbered tasks / people randomly
Prepare a list of tasks (or people, etc.), each on separate line, and copy into this list. Randomize.
Randomly order numbered tasks for execution
If numbers fully occupy sequential range without gaps (e.g, 1 to 10, 50 to 62), you may use sequence generator while giving range start / end values.
Also useful if you wish to do some tasks (probably more than 1).
Generate random password
Use string generator to generate random password strings; if required, manually add special symbols.
There's more to know about pain than the fact that it hurts.
Posted by: gout treatment | November 08, 2011 at 06:27 PM