Skip to content

Commit

Permalink
DataSetBuilder: removed unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
edrdo committed Nov 16, 2017
1 parent 63d24d9 commit 18207f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/jdbdt/DataSetBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
*/
public final class DataSetBuilder {

/**
* Random number generator seed.
*/
static final long RNG_SEED = 0xDA7ABA5EL;

/**
* Target data set.
*/
Expand Down

1 comment on commit 18207f3

@edrdo
Copy link
Member Author

@edrdo edrdo commented on 18207f3 Nov 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#31

Please sign in to comment.