When designing a string-centric computer specifically for internet communications, its vital for it to harvest random input with which to secure those comms!
We can use whatever unpredictable (& typically the least-significant) input bits are available, hashing them together so our "entropy pool" has no resemblance to the input.
Other programs could then use chaotic formulas to extrapolate more randomness from this input! Or saved snippets thereof.
1/3