Skip to content

v2.3.3

Latest
Compare
Choose a tag to compare
@kesac kesac released this 07 Jun 02:20
· 25 commits to main since this release

Changes

  • Generator classes that simulate randomness now implement IRandomizable
  • The instance of System.Random within generator classes is now accessible through the Random property
    • This affects NameGenerator, SyllableGenerator, SyllableSet, and TransformerSet
  • In addition, a new fluent-style method has been added to each generator class to set the Random instance during configuration
  • These changes addresses proposal #14 which asks for control over random seeds

See the new wiki page here for code examples on controlling random seeds.