Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Gives a randomly generated Roman numeral
ResourceFunction["RandomRomanNumeral"][] gives 0 or 1 as a Roman numeral. | |
ResourceFunction["RandomRomanNumeral"][range] gives a randomly generated Roman numeral, using the given range. | |
ResourceFunction["RandomRomanNumeral"][range,n] gives n Roman numerals, using range. |
Randomly generate a 0 or 1, as a Roman numeral:
In[1]:= |
Out[1]= |
Generate a Roman numeral in the range 1 to 100:
In[2]:= |
Out[2]= |
Generate 10 Roman numerals in the range 1 to 100:
In[3]:= |
Out[3]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License