function lovingSecureRandom()
{
for(%i=0;%i<getRandom(10,20);%i+=getRandom(1,3))
{
%r = getRandom(0,3);
switch(%r)
{
case 0:
%n += getRandom(getRandom(-10000, -1),getrandom(1,10000));
case 1:
%n -= getRandom(getRandom(-10000, -1),getrandom(1,10000));
case 2:
%n *= getRandom(getRandom(-10000, -1),getrandom(1,10000));
case 3;
%n /= getRandom(getRandom(-10000, -1),getrandom(1,10000));
}
%n = %n ** getRandom(getRandom(-10000, -1),getrandom(1,10000));
%len = strLen(%n);
%start = %len / 4 - getRandom(0,2);
%end = %len - getRandom(0,4);
%str = getSubStr(%n, %start, %end);
}
return %str ** getRandom(1,100000);
}tt]
Untested, but if you understand the concept of psuedo random calculations based off of psuedo random calculations with psuedo random numbers on psuedo random numbers for psuedo random number of times. There is so much random it is not possible within reason or this year or this decade to figure it out. And each time you perform a getRandom(); a new seed is planted (not literally I mean a new seed is set).