Skip to content

Commit

Permalink
Remove deleted feature in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vxst committed Aug 21, 2023
1 parent a404433 commit 67e0f8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# qrand: High Quality Quick Random Number Generator
# Qrand: High Quality Quick Random Number Generator

The qrand project is a high quality quick random number generator with
following features:
Expand All @@ -25,13 +25,12 @@ generators with better statistical properties and faster speed.
## Usage

The qrand library is compatible with STL random number generators. It can
be used as a drop-in replacement for STL random number generators. It also
includes a qrand_float class which generates random floating point numbers.
be used as a drop-in replacement for STL random number generators.

```c++
#include <random>
#include <iostream>
#include "include/qrand.h"
#include "qrand.h"

int main(){
std::uniform_int_distribution<int> dist(0, 100);
Expand Down

0 comments on commit 67e0f8f

Please sign in to comment.