We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8db3b commit e4cc1c6Copy full SHA for e4cc1c6
openevolve/prompt/sampler.py
@@ -25,9 +25,6 @@ def __init__(self, config: PromptConfig):
25
self.config = config
26
self.template_manager = TemplateManager(custom_template_dir=config.template_dir)
27
28
- # Initialize the random number generator
29
- random.seed()
30
-
31
# Store custom template mappings
32
self.system_template_override = None
33
self.user_template_override = None
0 commit comments