From 467a0f14e077fb2964bb01d6b50e078c651611f2 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 25 May 2020 15:06:39 +0300 Subject: [PATCH] remove an old comment --- pysollib/pysolrandom.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pysollib/pysolrandom.py b/pysollib/pysolrandom.py index 2855180e..2a510118 100644 --- a/pysollib/pysolrandom.py +++ b/pysollib/pysolrandom.py @@ -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)