mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Seed randomness by default
This commit is contained in:
@@ -33,7 +33,7 @@ class Scene(object):
|
||||
"output_directory" : MOVIE_DIR,
|
||||
"name" : None,
|
||||
"always_continually_update" : False,
|
||||
"random_seed" : None,
|
||||
"random_seed" : 0,
|
||||
}
|
||||
def __init__(self, **kwargs):
|
||||
digest_config(self, kwargs)
|
||||
|
||||
Reference in New Issue
Block a user