Skip to content

Releases: Hi-Folks/rando-php

noDuplicates() and preserveKeys

22 Jul 21:17
Compare
Choose a tag to compare

Add

  • preserveKeys() during drawing sample from an associative array
  • added some test in order to have coverage 100%

Change

  • method unique(), allowDuplicates(), noDuplicates() for sequence generation;

range() and examples

20 Jul 06:49
Compare
Choose a tag to compare

Add

  • range method for generating integer (shortcut for min and max)
  • new examples, useful for new users
  • add some notes how to launch test coverage
  • add some warning in README specially for cryptographic usage (this is a pseudo random library).

Change

  • improve the usage section in readme

New Random library

19 Jul 18:30
Compare
Choose a tag to compare

Fluent interface for extracting random sample and for generating number, byte, boolean, sequence.