Download Latest Version ExtraRandom V0.01.zip (75.1 kB)
Email in envelope

Get an email when there's a new version of ExtraRandom

Home
Name Modified Size InfoDownloads / Week
README.txt 2014-07-07 3.0 kB
ExtraRandom V0.01.zip 2014-07-06 75.1 kB
Totals: 2 Items   78.1 kB 0
start copyright

NAME:
	ExtraTools
FUNCTION:
	随机数据生成工具包,可以看成是Java官方Random类的扩展,主要用于主要用于测试程序、生成密码、设计抽奖程序等情况下。目前已经实现的主要功能为:
		随机英文输出(自定义大小写,自定义固定长度还是随机长度);
		随机ASCII字符,随机扩展ASCII字符,随机可打印ASCII字符输出;
		随机中文输出(自定义固定长度还是随机长度);
		随机Eamil地址输出,随机手机号码输出,随机日期输出等
WebSite:
	https://sourceforge.net/projects/extra-random
	https://github.com/jiangxincode/ExtraRandom
VERAION:
	0.01
AUTHOR:
	jiangxin
Blog:
	http://blog.csdn.net/jiangxinnju
Email:
	jiangxinnju@163.com

Copyright (c) 2014, jiangxin


All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the jiangxin nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

end copyright

start usage
	将jar包加入工程的classpath即可。
	详细的API请参考相应的文档。
end usage

start log

	Version 0.01 实现基本功能,能够实现基本的随机数据生成,包括但不限于:
		随机英文输出(自定义大小写,自定义固定长度还是随机长度),随机ASCII字符,随机扩展ASCII字符,随机可打印ASCII字符输出,随机中文输出(自定义固定长度还是随机长度),随机Eamil地址输出,随机手机号码输出,随机日期输出等,可看做是Java官方Random类的扩充。

end log

start future funtions
	随机身份证号码输出
	随机姓氏输出
end future funtions
	
Source: README.txt, updated 2014-07-07