Releases: g105b/drng
Releases · g105b/drng
Stable release
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
The most useful function has now been implemented and fully tested - generating a deterministic random integer between two bounds.
Random byte generation
Working random byte generation, with more features coming soon.