Skip to content

rollinginsanity/randomator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randomator

If you want random NSA styled names, this is the thing for you.

I can't promise it's efficient, I'm not a good java dev. I can't promise the code is readable, I'm not a good java dev. I can't promise it will work in all situations. I'm not a good java dev.

Otherwise have fun.

Generates a name in the format of:

adjective_noun

Some samples:

awful_luncheonette
modern_dressing
rapid_pioneer

To run:

java -jar randomator-jar-file.jar

Or to include in your own work as a dependency:

import net.rollinginsanity.randomator.Randomator;

public class RandomTest {
    public static void main(String[] args) {
        Randomator randomName = new Randomator();
        System.out.println(randomName.getRandomName());
    }
}

DISCLAIMER:

Some names are funnier than others.

About

Generates NSA style names. Use it to name projects, hosts, whatever you want!

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages