All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.young.word.apps.WordFactoryApps Maven / Gradle / Ivy

The newest version!
package com.young.word.apps;

import com.young.word.patchca.AdaptiveRandomWordFactory;

public class WordFactoryApps {

	public static void main(String[] args) {
		// TODO Auto-generated method stub
		AdaptiveRandomWordFactory f=new AdaptiveRandomWordFactory();
		f.setMinLength(4);
		f.setMaxLength(4);
		f.setCharacters("1234567890");
		System.out.println(f.getNextWord());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy