Loading sampling.py +3 −1 Original line number Diff line number Diff line """This module provides various (currently only one) strategies to draw pairs for the secret-Knecht-Robobert game.""" for the secret-Knecht-Robobert game. When implementing new samplers, don't forget to add them to the SAMPLERS dict in the main file. """ import random Loading Loading
sampling.py +3 −1 Original line number Diff line number Diff line """This module provides various (currently only one) strategies to draw pairs for the secret-Knecht-Robobert game.""" for the secret-Knecht-Robobert game. When implementing new samplers, don't forget to add them to the SAMPLERS dict in the main file. """ import random Loading