diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/fuzz.bqn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/fuzz.bqn b/test/fuzz.bqn index ee116a2f..303eb930 100644 --- a/test/fuzz.bqn +++ b/test/fuzz.bqn @@ -55,7 +55,10 @@ RandArith ← { } # 𝕩 is bound RandMonArith ← RandArith⟜RandShape -RandDyArith ← { 𝕨⊸RandArith¨ (Rand 2) ⌽ (Rand 1+≠)⊸(⊢≍○<↑) RandShape 𝕩 } +RandDyArith ← { + Prefix ← (∨`⌾⌽ 𝕩 ≥ ×`)⊸/ (Rand 1+≠)⊸↑ + 𝕨⊸RandArith¨ (Rand 2) ⌽ ≍○<⟜Prefix RandShape 𝕩 +} types ← 0‿3‿4‿5‿6 types { ! (𝕨+𝕩)≡𝕨--𝕩 }´∘RandDyArith⌜ 100⥊1e3 |
