powered by
nameSample(name)
cat
ote{nameSample may take a lot of time, due to nchar^26 possibilities. That's why it warns about strings longer than 5 characters
yearSample
set.seed
sample
letters
nameSample("berry") # After that, you can send the result to colleagues: # Kind regards from set.seed(1248272) paste(sample(letters, 5, replace=TRUE), collapse='')
Run the code above in your browser using DataLab