example: Random networks: unorg -> unorgv.
This commit is contained in:
parent
faa3d9ff00
commit
cdca40eb40
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue