Skip to content

alexvbrdn/PERL-Random-Pseudonym-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Random pseudonym generator

A very simple sub to generate random pseudonyms.

Usages

First you have to paste the content of pseudo.pl into your code. And then you can generate random pseudonym by using the function pseudo.

print &pseudo(2,3);
  • The first parameter is the minimum number of syllabe that the pseudonym can have
  • The second parameter is the maximum number of syllabe that the pseudonym can have

Feel free to edit!

About

A very simple sub to generate random pseudonyms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages