Can you design an elegant load balancing solution using only a random number generator?
@googledevs Probabilistic distribution can achieve basic load balancing.
@googledevs Assuming uniform rng, rng minus one, divide by 5, take the floor, and then index into array of size 20 where A takes 2 slots, B-3, C-4, D-5 and E-6 slots
@googledevs Definitely not a dev challenge... more like DevOp challenge
@googledevs Monte Carlo (Normal > Poisson) to stimulate different traffic patterns. Random approach, tuned based on tangible results (servers == hardware). Infinitely scalable, sandbox probability set to avoid unnecessary processing cost.
@googledevs Use Gemini AI or ChatGPT to solve it. These days, AI tools are used in conjunction with developers. Problems are resolved with assistance. Days of Developers working solo to solve problem is over,
@googledevs Alle guns and drugs under control. They getting crazy....the warloards. We repeat better the knowledge for manifestion in their brains.
@googledevs Using a random number generator for load balancing? It's like trusting cats to organize a bookshelf. Chaotic, yet it might just work in the end!