Computers don't work. / They sit there and freeze away. / Can someone help me?
4
   
Award
Favorite
Favorited
Unfavorite
Download
"array = [111,222,333,444,555];

shuffle_array = (array) => {
for (var i = array.length - 1; i > 0; i--) {
var j = Math.floor(Math.random()*(i + 1)), t = array;
array = array[j];
array[j] = t;
}
return array;
};

shuffle_array = (array) => (
[...Array(array.length).keys()].reverse().slice(0, -1).forEach((item, i) =>
((j = Math.floor(Math.random()*(item + 1)), t = array[item]) => (
array[item] = array[j],
array[j] = t))()),
array);
shuffle_array([111,222,333,444,555]);

////////////////////////////////////////////////////////////////////////////////

shuffle_array = (array) => (
[...Array(array.length).keys()].reverse().slice(0, -1).forEach((item, i, array,
j = Math.floor(Math.random()*(item + 1)),
t = array[item]) => (
console.log(item),
array[j] = t)),
array);
shuffle_array([111,222,333,444,555]);

////////////////////////////////////////////////////////////////////////////////

















































// not much payoff, could be risky. cool it works I quess truly bad adds another step to videos
shuffle_array(Object.keys(config.byteframe.videos).slice(-50)).some((video) =>
(config.byteframe.videos[2] != 0 && config.byteframe.videos[3] < Math.floor(Math.random()*(99-33)+33)) && ( file(accounts[a], video, 'voteup', () => config.byteframe.videos[3]++), true)),XXXtodo other appid for profile debug
"
1 Comments
Swagus 5 Oct, 2019 @ 5:48am 
:csgoct: