Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toziegler committed Dec 26, 2023
1 parent df74c71 commit 4a67854
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 @@ -2,7 +2,7 @@
# Zig Zipf: A Zipf-Distributed RNG

Welcome to Zig Zipf! This is a Zig implementation of a fast, discrete, bounded, Zipf-distributed random number generator.
Our implementation offers a robust and efficient solution for generating (Zipf-distributed)[https://en.wikipedia.org/wiki/Zipf%27s_law] numbers, ideal for various applications ranging from statistical modeling, natural language processing, database benchmarking and load testing.
Our implementation offers a robust and efficient solution for generating [Zipf-distributed](https://en.wikipedia.org/wiki/Zipf%27s_law) numbers, ideal for various applications ranging from statistical modeling, natural language processing, database benchmarking and load testing.

## Background

Expand Down

0 comments on commit 4a67854

Please sign in to comment.