Hi Bill, Kacper, I have stored the rl.apl file in the GNU APL Bits and pieces directory: https://www.gnu.org/software/apl/Bits_and_Pieces/rl.html Storing it there brings it faster to the people because the frequency of "official" GNU APL releases is rather low and I wonder if they are a relict from the past, compared to "rolling updates" that are now used by more and more projects. Looking at getrandom() and friends it seems like they have considerable portability problems (e.g. the header files are missing on Mint-17 but available on Mint-19). From that perspective using /dev/urandom seems to be a better approach in the moment. I will look into adding ⎕FIO[60]. Best Regards, Jürgen Sauermann On 6/21/19 10:27 PM, Kacper Gutowski
wrote:
I used something similar installed as an user command, but it's a trivial one-liner and only good reason to include it in distribution would be to do it right while avoiding possible mistakes and pitfalls—which the proposed code doesn't do. (Where does 4294967294 come from? Twice the MINSTD modulus? It seems to be written for different interpreter because it's a tiny fraction of the 64-bit state used by GNU APL's ⎕RL.)However, doing it through ⎕FIO sounds like a really good idea, because it could, for example, instead of reading from /dev/urandom, expose the getentropy/getrandom syscall on systems that support it (which includes linux >3.17) with only reading from a device as a fallback on systems that don't. -k |
- [Bug-apl] An inventory of entropy Bill Daly
- Re: [Bug-apl] An inventory of entropy Dr . Jürgen Sauermann
- Re: [Bug-apl] An inventory of entropy Kacper Gutowski
- Re: [Bug-apl] An inventory of entropy Dr . Jürgen Sauermann
- Re: [Bug-apl] An inventory of entr... Dr . Jürgen Sauermann
- Re: [Bug-apl] An inventory of entr... Kacper Gutowski