Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a random fortune
ResourceFunction["RandomFortune"][] gets a random, hopefully interesting, adage. | |
ResourceFunction["RandomFortune"][n] gets n random fortunes. |
"DataSource" | Automatic | a file containing fortunes to use |
Get a random fortune:
In[1]:= |
Out[1]= |
Get another fortune:
In[2]:= |
Out[2]= |
Have a bird say your fortune:
In[3]:= |
Out[3]= |
Get multiple fortunes (some might consider this cheating):
In[4]:= |
Out[4]= |
Get your fortune in a dialog window:
In[5]:= |
Out[5]= |
A source file containing fortunes (delimited by "%") can be specified:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
Specify a URL as the data source:
In[9]:= |
Out[9]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License