Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a new symbol name in the spirit of the Wolfram Language
ResourceFunction["RandomPseudoSymbolName"][] creates a Wolfram-y symbol name. | |
ResourceFunction["RandomPseudoSymbolName"][n] generates n symbol names. |
Create a new random symbol name that feels like it belongs in the Wolfram Language:
In[1]:= |
|
Out[1]= |
|
Create several names:
In[2]:= |
|
Out[2]= |
|
Create and BirdSay a word cloud of names:
In[3]:= |
|
Out[3]= |
|
Use the option "NameParts" to create only names with a single word:
In[4]:= |
|
Out[4]= |
|
Create an absurdly long name:
In[5]:= |
|
Out[5]= |
|
The results are never existing names:
In[6]:= |
|
Out[6]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License