diff options
Diffstat (limited to 'options.bqn')
| -rw-r--r-- | options.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.bqn b/options.bqn index 079c4ff..73a6127 100644 --- a/options.bqn +++ b/options.bqn @@ -7,7 +7,7 @@ SetFreq ⇐ {freq↩𝕩} # For generating random waveforms; result is a shape 𝕩 array of uniform # random numbers between 0 and 1 -RandFloats ⇐ •rand.Range⟜0 +RandFloats ⇐ (•BQN⎊(•rand˙) "•MakeRand 1").Range⟜0 # For reading/writing wave files warn_dither ⇐ 0 # Whether to warn on non-integer signal |
