Skip to content

Commit

Permalink
Merge 1b127de into 4a0cf04
Browse files Browse the repository at this point in the history
  • Loading branch information
msrdic committed Jul 12, 2018
2 parents 4a0cf04 + 1b127de commit b2e3859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ application, you might be better served with a conventional bitset (e.g., Java's
* How do I select an element at random?

Random random = new Random();
bitmap.select(random.nextInt(bitmal.getCardinality()));
bitmap.select(random.nextInt(bitmap.getCardinality()));


Benchmark
Expand Down

0 comments on commit b2e3859

Please sign in to comment.