Skip to content

Releases: g105b/drng

Stable release

13 Feb 13:52
065b561
Compare
Choose a tag to compare

Features available and tested in v1 are:

  • getBytes(int $size):string
  • getInt(int $min, int $max):int
  • getScalar(float $max = 1.0):float

This is considered feature-complete, and as the planned procedural generation programs are coded that utilise this repository, new features will be added to the issue tracker for future development.

Random int generation

12 Feb 18:03
Compare
Choose a tag to compare
Random int generation Pre-release
Pre-release

The most useful function has now been implemented and fully tested - generating a deterministic random integer between two bounds.

Random byte generation

12 Feb 18:01
Compare
Choose a tag to compare
Pre-release

Working random byte generation, with more features coming soon.