2017 © Pedro Peláez
 

library random

Generates pseudo-random

image

axy/random

Generates pseudo-random

  • Saturday, January 13, 2018
  • by axy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 564 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

axy\random

Random sequence generation in PHP. At the moment this package doesn't make much sense. Used by some other packages. In old PHP versions used different methods, now uses only random_bytes()., (*1)

Latest Stable Version Minimum PHP Version Tests Coverage Status License, (*2)

Documentation

use axy\random\src\Random;

$string = Random::createString(10); // creates a random string of 10 chars
$bytes = Random::createBytes(100); // creates an array of 100 integers (0-255)

The Versions

13/01 2018

dev-master

9999999-dev https://github.com/axypro/random

Generates pseudo-random

  Sources   Download

MIT

The Requires

 

random

13/01 2018

0.1.1

0.1.1.0 https://github.com/axypro/random

Generates pseudo-random

  Sources   Download

MIT

The Requires

 

random

02/12 2015

0.1.0

0.1.0.0 https://github.com/axypro/random

Generates pseudo-random

  Sources   Download

MIT

The Requires

 

random