Skip to content

Object generation attributes overhaul.

Pre-release
Pre-release

Choose a tag to compare

@haath haath released this 18 Jun 08:56
· 19 commits to master since this release

Restructured most of the generation method parameters to better reflect on their generated attribute definitions. Mostly required replacing all null default values that indicated the use of defaults with a non-null equivalent that was also described in the comments to produce the default behavior.

Also hid all static helper methods as they were semantically incorrect for the Chance class and added comment documentation wherever it was missing.