Closed zoomlogo closed 2 years ago
Better random. (vectorises) Ŕ turns into ?, which functions similar to APL. 0? Gives a random floating number from 0 to 1. s? Turns s into a range and selects one randomly from that.
Ŕ
?
0?
s?
s
Better random. (vectorises)
Ŕ
turns into?
, which functions similar to APL.0?
Gives a random floating number from 0 to 1.s?
Turnss
into a range and selects one randomly from that.