Skip to content

Guide 2.4꞉ Random Seeds

Kevin Sacro edited this page Jun 7, 2024 · 4 revisions

Random Seeds

Syllabore uses .NET's System.Random to simulate randomness during the generation of syllables and names. Instantiation of a Random instance is done implicitly and you don't need to worry about doing this unless you want control over the random seed.

Setting the seeds in SyllableGenerator

Setting seeds in NameGenerator

Setting seeds in TransformerSet

Setting seeds in SyllableSet