projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a70a83
)
Explanatory comment.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 23 Apr 2019 22:02:15 +0000
(18:02 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 23 Apr 2019 22:02:15 +0000
(18:02 -0400)
sst.py
patch
|
blob
|
history
diff --git
a/sst.py
b/sst.py
index a9900528bda3b4edf03feb28b2a3decdaa8ce7ff..8e14eb282e34bcfd39a004e24d9b188e15902c6b 100755
(executable)
--- 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