PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Samuel Adeshina   Rando   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Rando
Random data generator of several types for testing
Author: By
Last change: Update README.md
Date: 7 years ago
Size: 2,090 bytes
 

Contents

Class file image Download

Rando Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality

Rando is a minimalist generator of random strings, numbers and so on to help reduce some monotony particularly while writing automated tests or anywhere else you need anything random

Usage

Rando is available on composer under the samshal/rando alias.

Project Roadmap

The goal of the Rando library is to be a complete, intelligent randomization tool for generating _truely_ random things. This includes stuff like generating random sentences with positive/neutral/negative sentiments directly from public streams of information such as twitter, down to the even more complex ones such as random person _objects_ with several properties such as age, date of birth, phone numbers, first/lastnames and so on

As more features are added, the checklist below will be updated

<ul> <li>[x] Basics</li> <ul>

<li>[x] Booleans</li>
<li>[x] Characters</li>
<li>[x] Integers</li>
<li>[x] Natural Numbers</li>
<li>[x] Doubles (Floats)</li>
<li>[x] Strings</li>

</ul> <li>[ ] Texts</li> <ul>

<li>[ ] Paragraphs</li>
<li>[ ] Syllables</li>
<li>[ ] Words</li>

</ul> </ul>

> This Project is developed and maintained by Samuel Adeshina. > These days I rarely get enough time so the development of this library will move really really (progressively) slow. Although, I'm going to continuously add new features infrequently, issues resolution shall not be affected. Pull requests are highly welcome.