fix: improves clarity in assignment (#6)
* Adds random seed initialization in main.py * Adds a remark not to initialize random seed in draw * Update README.md
This commit is contained in:
@@ -37,7 +37,7 @@ probability = experiment(hat=hat,
|
||||
|
||||
Since this is based on random draws, the probability will be slightly different each time the code is run.
|
||||
|
||||
*Hint: Consider using the modules that are already imported at the top of `prob_calculator.py`.*
|
||||
*Hint: Consider using the modules that are already imported at the top of `prob_calculator.py`. Do not initialize random seed within `prob_calculator.py`.*
|
||||
|
||||
### Development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user