example: Random networks: unorg -> unorgv.

This commit is contained in:
Sergiu Ivanov 2020-03-25 23:29:01 +01:00
parent faa3d9ff00
commit cdca40eb40
1 changed files with 2 additions and 2 deletions

View File

@ -559,8 +559,8 @@ tab
We can build an entire random network over these domains:
#+BEGIN_SRC racket :results table drawer :var simple-domains=munch-sexp(simple-domains)
(random-seed 0)
(define n (random-network (unorg simple-domains)))
(tabulate-network n (unorg simple-domains))
(define n (random-network (unorgv simple-domains)))
(tabulate-network n (unorgv simple-domains))
#+END_SRC
#+RESULTS: