zoomlogo / flax

flax tacit language
https://zoomlogo.github.io/flax/
MIT License
12 stars 3 forks source link

Better random #42

Closed zoomlogo closed 2 years ago

zoomlogo commented 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.