Skip to content

fix bug in CHSH game: change randint(0,2) to randint(0,1)

6deb6df
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

CHSH game example error: random.randint(0, 2) generates invalid inputs #4439

fix bug in CHSH game: change randint(0,2) to randint(0,1)
6deb6df
Select commit
Loading
Failed to load commit list.