diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-07 14:04:03 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-07 14:04:03 -0400 |
| commit | e0179f2f942c4a786719195b8e5fbe7001a1577b (patch) | |
| tree | 9f5ac1bd298d418b43a9a1f8bc7ac83bac0cd32b /doc | |
| parent | e74975a9f7c58c3320ce3740a0a10c5253f3c051 (diff) | |
Use •rand instead of •MakeRand for APL/J translations
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/fromDyalog.md | 2 | ||||
| -rw-r--r-- | doc/fromJ.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index 47bf2267..f40c3bed 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -94,7 +94,7 @@ The form `F⍣G` (Power with a function right operand; Power limit) must be impl <tr><td> <code>!</code> </td><td><code>×´1+↕</code> </td><td> <code>-˜(+÷○(×´)⊢)1+↕∘⊣</code></td></tr> <tr><td> <code>○</code> </td><td> <code>π⊸×</code> </td><td> <code>•math</code></td> </tr> <tr><td> <code>~</code> </td><td> <code>¬</code> </td><td> <code>¬∘∊/⊣</code></td> </tr> -<tr><td> <code>?</code> </td><td> <code>r.Range⚇0</code> </td><td> <code>r.Deal</code> with <code>r←•MakeRand num</code></td></tr> +<tr><td> <code>?</code> </td><td> <code>•rand.Range⚇0</code> </td><td> <code>•rand.Deal</code></td></tr> <tr><td> <code>⍲</code> </td><td> </td><td> <code>¬∘∧</code></td> </tr> <tr><td> <code>⍱</code> </td><td> </td><td> <code>¬∘∨</code></td> </tr> <tr><td> <code>⍴</code> </td><td> <code>≢</code> </td><td> <code>⥊</code></td> </tr> diff --git a/doc/fromJ.md b/doc/fromJ.md index 2168a168..74c30d14 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -140,7 +140,7 @@ The tables below give approximate implementations of J primitives. J has a whole | `}:` | `¯1⊸↓` | | `".` | `•Eval` | | `":` | `•Fmt` | -| `?` | `r.Range⚇0` | `r.Deal` with `r←•MakeRand num` +| `?` | `•rand.Range⚇0` | `•rand.Deal` | `e.` | `><∘∾∊¨⊢` | `∊` | `E.` | | `⍷` | `i.` | `↕` (`⥊⟜(↕×´)` for lists) | `⊐` |
