소스 검색

seed the random with 42 to make dev easier

Bastien Sevajol 8 년 전
부모
커밋
4f5bae1c7e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      config.py

+ 2 - 1
config.py 파일 보기

@@ -26,7 +26,8 @@ config = {
26 26
         'fpsmax': 2555,
27 27
         'debug': {
28 28
             'mainprocess': True,
29
-            'cycles': -1
29
+            'cycles': -1,
30
+            'seed': 42
30 31
         }
31 32
     },
32 33
     'simulations': simulations,