fix seed=u
This commit is contained in:
parent
88f2eb6b87
commit
9a2ecada1e
@ -364,7 +364,7 @@ b←1↓1∾a←"hello" ⋄ b ⌽⎊'e' ⥊⟜1⍟2 5 ⋄ a ≡○•Hash b %% 1
|
||||
≢↕↕100 %% ↕100
|
||||
↕⋈10 %% ⋈¨ ↕10
|
||||
{! (⋈¨↕𝕩) ≡ ↕⋈𝕩}¨ 0‿1+⌜2⋆7‿15
|
||||
{! ((<⟨⟩)<⊸∾⌜´ ↕¨ 𝕩) ≡ ↕𝕩}¨ 1+ (∾⟜-64‿63‿3‿5) ↑⌜ ⟨↕0,1,1‿1⟩
|
||||
{! ((<⟨⟩)<⊸∾⌜´ ↕¨ 𝕩) ≡ ↕𝕩}¨ 1+ (∾⟜-65‿64‿63‿3‿5) ↑⌜ ⟨↕0,1,1‿1⟩
|
||||
{! ((<⟨⟩)<⊸∾⌜´ ↕¨ 𝕩) ≡ ↕𝕩}¨ ⌽¨⊸∾ ⥊ 0‿1‿2 ⋈⌜ (126+↕7) ∾ 0‿1 + 2⋆15
|
||||
|
||||
# 𝕨↕𝕩
|
||||
|
||||
@ -44,8 +44,8 @@ o ← {
|
||||
seed ⇐ {
|
||||
⟨⟩: 1;
|
||||
⟨"u"⟩: s←•rand.Range 2⋆31 ⋄ •Out "seed="∾•Repr s ⋄ s;
|
||||
⟨s⟩: •ParseFloat 5↓s
|
||||
} (i=9)/args
|
||||
⟨s⟩: •ParseFloat s
|
||||
} 5↓¨ (i=9)/args
|
||||
|
||||
⟨
|
||||
usz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user