conveyal/modeify

View on GitHub
client/components/davidbau/seedrandom/2.4.0/seedrandom.js

Summary

Maintainability
A
1 hr
Test Coverage

Function seedrandom has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function seedrandom(seed, options, callback) {
  var key = [];
  options = (options == true) ? { entropy: true } : (options || {});

  // Flatten the seed string or build one from local entropy if needed.
Severity: Minor
Found in client/components/davidbau/seedrandom/2.4.0/seedrandom.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status