2017 © Pedro Peláez
 

library rando

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

image

samshal/rando

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

  • Thursday, February 16, 2017
  • by Samshal
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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, (*1)

Usage

Rando is available on composer under the samshal/rando alias., (*2)

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, (*3)

As more features are added, the checklist below will be updated
  • [x] Basics
    • [x] Booleans
    • [x] Characters
    • [x] Integers
    • [x] Natural Numbers
    • [x] Doubles (Floats)
    • [x] Strings
  • [ ] Texts
    • [ ] Paragraphs
    • [ ] Syllables
    • [ ] Words

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., (*4)

The Versions

16/02 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires