Basic Examples 
(3)
 

Create a random string of length 8:
In[36]:=
[◼]
RandomString
[8]
Out[36]=
joepcdze
———
Create multiple random strings simultaneously:
In[37]:=
[◼]
RandomString
[{3,8}]
Out[37]=
{wqueigvq,zwrfyjcj,wztdausl}
———
Randomly choose from a set of characters:
In[38]:=
[◼]
RandomString
[{"a","d","e","n","r","s"},10]
Out[38]=
drenerndra

Scope 
(6)
 


Applications 
(3)
 


Properties and Relations 
(1)
 


Possible Issues 
(3)
 
