mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Seed randomness by default
This commit is contained in:
parent
2697c48bf4
commit
2c1bd83ba8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue