Skip to content

Instantly share code, notes, and snippets.

@lemieuxster
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lemieuxster/10b6e18636fbc0152cf8 to your computer and use it in GitHub Desktop.
Save lemieuxster/10b6e18636fbc0152cf8 to your computer and use it in GitHub Desktop.
Very Random
(function() {
var penguinOfDoom = "hi every1 im new!!!!!!! holds up spork my name is katy but u can call me t3h PeNgU1N oF d00m!!!!!!!! lol…as u can see im very random!!!! thats why i came here, 2 meet random ppl like me _… im 13 years old (im mature 4 my age tho!!) i like 2 watch invader zim w/ my girlfreind (im bi if u dont like it deal w/it) its our favorite tv show!!! bcuz its SOOOO random!!!! shes random 2 of course but i want 2 meet more random ppl =) like they say the more the merrier!!!! lol…neways i hope 2 make alot of freinds here so give me lots of commentses!!!! DOOOOOMMMM!!!!!!!!!!!!!!!! <--- me bein random again _^ hehe…toodles!!!!! love and waffles, t3h PeNgU1N oF d00m";
var regularRandom = Math.random;
window.Math.random = function() {
var num = regularRandom();
if (parseFloat(num.toFixed(4)) === 0.4242) {
num = penguinOfDoom;
}
return num;
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment