about summary refs log tree commit diff stats
path: root/html/068random.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-27 17:07:52 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-27 17:08:29 -0700
commit5fe060d582d4a82444243a28b18085c971a85628 (patch)
tree7a13eb020d0a9cab5d4195da931a373f575229ab /html/068random.mu.html
parent013d95266d563a3f531c13eba6d2a6bfe18f8808 (diff)
downloadmu-5fe060d582d4a82444243a28b18085c971a85628.tar.gz
4447
Diffstat (limited to 'html/068random.mu.html')
-rw-r--r--html/068random.mu.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/068random.mu.html b/html/068random.mu.html
index accb90a3..5179d9c1 100644
--- a/html/068random.mu.html
+++ b/html/068random.mu.html
@@ -15,15 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
-.muRecipe { color: #ff8700; }
-.muScenario { color: #00af00; }
-.muControl { color: #c0a020; }
 .Delimiter { color: #800080; }
+.muRecipe { color: #ff8700; }
 .Special { color: #c00000; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
+.muControl { color: #c0a020; }
 .Constant { color: #00a0a0; }
 .LineNr { color: #444444; }
+.Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
+.muScenario { color: #00af00; }
 -->
 </style>
 
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L5" class="LineNr"> 5 </span>    <span class="muControl">break-if</span> generator
 <span id="L6" class="LineNr"> 6 </span>    <span class="Comment"># generator is 0? use real random-number generator</span>
 <span id="L7" class="LineNr"> 7 </span>    result <span class="Special">&lt;-</span> real-random
-<span id="L8" class="LineNr"> 8 </span>   <span class="muControl"> return</span> result, <span class="Constant">0/false</span>
+<span id="L8" class="LineNr"> 8 </span>   <span class="muControl"> return</span> result,<span class="Constant"> false</span>
 <span id="L9" class="LineNr"> 9 </span>  <span class="Delimiter">}</span>
 <span id="L10" class="LineNr">10 </span>  result, fail?, generator <span class="Special">&lt;-</span> read generator
 <span id="L11" class="LineNr">11 </span>]