Generate random data
No animals were harmed in the making of this library.
This project is kept as an open source product and relies on contributions to remain being developed.
If you like this project, please consider a donation through paypal:
or over bitcoin or bitcoin-cash with:
1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW
or over ether with:
0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8
The source code comes under the liberal MIT License, making randomizer great for all types of applications.
Maven dependency is now on sonatype. Check out sonatype repository for latest snapshots and releases.
Add the following maven dependency to your project pom.xml
if you want to import the core functionality of randomizer:
Than you can add the dependency to your dependencies:
<properties>
...
<!-- RANDOMIZER versions -->
<randomizer.version>5.8.1</randomizer.version>
<randomizer-api.version>${randomizer.version}</randomizer-api.version>
<randomizer-core.version>${randomizer.version}</randomizer-core.version>
<randomizer-data.version>${randomizer.version}</randomizer-data.version>
...
</properties>
You can add the following dependencies to your project for use the functionality of randomizer.
Add the following maven dependency to your project pom.xml
if you want to import the functionality of randomizer-api:
<dependencies>
...
<!-- RANDOMIZER DEPENDENCY -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>randomizer-api</artifactId>
<version>${randomizer-api.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of randomizer-core:
<dependencies>
...
<!-- RANDOMIZER DEPENDENCY -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>randomizer-core</artifactId>
<version>${randomizer-core.version}</version>
</dependency>
...
</dependencies>
Add the following maven dependency to your project pom.xml
if you want to import the functionality of randomizer-data:
<dependencies>
...
<!-- RANDOMIZER DEPENDENCY -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>randomizer-data</artifactId>
<version>${randomizer-data.version}</version>
</dependency>
...
</dependencies>
The versions of randomizer are maintained with the Semantic Versioning guidelines.
Release version numbers will be incremented in the following format:
<major>.<minor>.<patch>
For detailed information on versioning you can visit the wiki page.
The source code for randomizer are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of astrapi69/randomizer/fork
To share your changes, submit a pull request.
Don't forget to add new units tests on your changes.
Do not hesitate to contact the randomizer developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the issues page.
Here is a list of awesome projects:
- random-beans Because life is too short to generate random Java beans by hand..
- junit-quickcheck Property-based testing, JUnit-style
Travis CI |
---|
[ |
Special thanks to Travis CI for providing a free continuous integration service for open source projects |
Nexus Sonatype repositories |
---|
Special thanks to sonatype repository for providing a free maven repository service for open source projects |
coveralls.io |
---|
Special thanks to coveralls.io for providing a free code coverage for open source projects |
javadoc.io |
---|
Special thanks to javadoc.io for providing a free javadoc documentation for open source projects |