{{pfw:banner.png}} ====== Algorithms ====== * Random number generators * [[en:pfw:random_generators_xorshift|XORshift Random-generator]], different random number implementations * Handling unreliable measurements * Averaging, Moving average, median * Bresenham * [[en:pfw:piliplop|PiliPlop]], an algorithm to move multiple processes, to reach its targets together * [[en:pfw:string_handling|String handling]], primitive string handling in variations * [[en:pfw:base-ffbase|Changing the number base]], instead of modifying the interpreter, this just loads on top * [[en:pfw:crc_generation|CRC-generation]], check whether a set of data, like a string, is unchanged and intact. * Networking