You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostafa Asgari edited this page Mar 4, 2017
·
1 revision
CharRange is a range of characters.You specify start and end, and EasyGen gets a character randomly from start to end. Syntax : [ char1 .. char2 ] Example :
[a..z]
Output : random character between a to z inclusively NOTE : char1 <= char2