Skip to content

Releases: g105b/drng

Stable release

Choose a tag to compare

@g105b g105b released this 13 Feb 13:52
065b561

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

Random int generation Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 12 Feb 18:03

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

Random byte generation

Pre-release

Choose a tag to compare

@g105b g105b released this 12 Feb 18:01

Working random byte generation, with more features coming soon.