1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

remove an old comment

This commit is contained in:
Shlomi Fish 2020-05-25 15:06:39 +03:00
parent 88cdccea5b
commit 467a0f14e0

View file

@ -33,15 +33,6 @@ import pysol_cards.random_base # noqa: I100
from pysol_cards.random import LCRandom31, match_ms_deal_prefix # noqa: I100
# ************************************************************************
# * Linear Congruential random generator
# *
# * Knuth, Donald.E., "The Art of Computer Programming,", Vol 2,
# * Seminumerical Algorithms, Third Edition, Addison-Wesley, 1998,
# * p. 106 (line 26) & p. 108
# ************************************************************************
MS_LONG_BIT = (1 << 1000)
CUSTOM_BIT = (1 << 999)