Tag: Golang

Fluky - random number generator library

I was always curious about Random Number Generator (RNG) implementation. The magic how from few numbers inside it generates long sequence “randomly” distributed numbers. I did few experiments on my ZX Spectrum with it limited performance. And this article I would like to share the fluky library.

More details

Proj 2048

A few years ago Gabriele Cirulli developed a sliding puzzle where the goal is to grow tiles and get up to 2048. My “Proj 2048” is about implementing several agents to play. Which should get tiles up to 4096 or maybe even 64536 (if it’s possible of course) 😉.

More details