Given the min and max parameter ZipfianGenerator should not return 0 if (uz <...
Given the min and max parameter ZipfianGenerator should not return 0 if (uz < 1) nor 1 if (uz<1.0+Math.pow(0.5,theta)). Instead it should return the min value (base) or min + 1.
Showing
- core/src/main/java/com/yahoo/ycsb/generator/ZipfianGenerator.java 2 additions, 2 deletions.../main/java/com/yahoo/ycsb/generator/ZipfianGenerator.java
- core/src/test/java/com/yahoo/ycsb/generator/TestZipfianGenerator.java 23 additions, 0 deletions...t/java/com/yahoo/ycsb/generator/TestZipfianGenerator.java
Please register or sign in to comment