-
Notifications
You must be signed in to change notification settings - Fork 2
Guide 2.4꞉ Random Seeds
Kevin Sacro edited this page Jun 7, 2024
·
4 revisions
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.