From 51385f97081d4ca782e7b5c5945024bc5350d83a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 23 Apr 2019 18:02:15 -0400 Subject: [PATCH] Explanatory comment. --- sst.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sst.py b/sst.py index a990052..8e14eb2 100755 --- a/sst.py +++ b/sst.py @@ -38,7 +38,8 @@ def _(st): # This is all encapsulated not just for logging but because someday # we'll probably want to replace it with something like an LCG that -# can be forward-ported off Python. +# can be forward-ported off Python. Thee only function we need is one to +# return a variate uniformly-distributed over [0, 1). import random -- 2.31.1