Skip to content

Commit

Permalink
Removed old seeded random number generator
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist committed Feb 24, 2017
1 parent 9090ae0 commit 3d46e21
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 141 deletions.
3 changes: 1 addition & 2 deletions lib/function/probability/index.js
Expand Up @@ -8,6 +8,5 @@ module.exports = [
require('./permutations'),
require('./pickRandom'),
require('./random'),
require('./randomInt'),
require('./seedrandom')
require('./randomInt')
];
16 changes: 0 additions & 16 deletions lib/function/probability/rng.js

This file was deleted.

35 changes: 0 additions & 35 deletions lib/function/probability/seedrandom.js

This file was deleted.

88 changes: 0 additions & 88 deletions test/function/probability/seedrandom.test.js

This file was deleted.

0 comments on commit 3d46e21

Please sign in to comment.