diff --git a/GB_random_set_enabled.md b/GB_random_set_enabled.md index db06a8c..afb6d4c 100644 --- a/GB_random_set_enabled.md +++ b/GB_random_set_enabled.md @@ -6,8 +6,12 @@ In `random.h` ## Description -TBD +When an emulator instance is [[initialized|Instance Allocation]] or [[reset|GB_reset]], SameBoy will use randomness to initialize the contents of the various RAM regions with realistic data. If you wish to force a more deterministic initial state, call `GB_random_set_enabled` with `false` to disable this behavior. ## Thread Safety `GB_random_set_enabled` is thread-safe and can be called from any thread and context. + +## See Also + +* [[GB_random_seed]] \ No newline at end of file