Skip to content

Commit

Permalink
Create verySpecificRandomNumber.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gytdau committed Dec 6, 2015
1 parent b2f6523 commit ffb92dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/verySpecificRandomNumber.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

var randomNumberFrom5678291to5678298 = function(trueRandom) {
if(!trueRandom) {
return 5678293;
// chosen by my calculator
} else {
return nil;
// too bad. randomness is expensive.
// what do they think? does randomness just grow on trees?
}
}

anything.prototype.randomNumberFrom5678291to5678298 = randomNumberFrom5678291to5678298;

0 comments on commit ffb92dc

Please sign in to comment.