I am interested in someone to design a profile pic + a cover photo for a professional facebook page, need it to be professional and simple.
all details can be discussed via pm.
I found this on Mod Wealth's twitter page, might be an interesting read, gives you a feel of what's not bannable.
http://services.runescape.com/m=rswiki/en/My_account_is_banned?utm_content=buffer4e1f4&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
Well what you did there is too complicated, what you can do is this:
static Random r = new Random();
public static int rand (int mean, int stdDev){
return (int) (r.nextGaussian()*stdDev+mean);
}