Randomize the order of the elements in a given array for the browser and node.js.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
shuffle-array is a JavaScript library that randomizes the order of elements in an array using the Fisher-Yates algorithm. It's designed for developers working in both browser and Node.js environments who need to shuffle arrays or pick random elements from them. The library offers options for returning shuffled copies, using custom random number generators, and picking multiple random elements.