Commit 171971ce authored by H. Fischer's avatar H. Fischer
Browse files

Add tip to sampling.py

parent 8541ac61
Loading
Loading
Loading
Loading
+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