There is always terminal where you can type: echo $((RANDOM%100))
which gives you a random number between one and one hundred. Change the 100 to something else for any other upper limits. So if you want between 1 and 24 you would do
echo $((RANDOM%24)) CB On 6/23/12 12:11 PM, Jane wrote:
Does anyone know of an accessible dice roller for the Mac? One that'll handle any mumber of sided dice from 4 to 100? If so, links would be appreciated. Jane
-- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macvisionaries?hl=en.
