Renamed API header & API header location /include

Fortune for cpprng's current commit: Future small blessing − 末小吉
lib
Avril 2 years ago
parent df0fbadf3b
commit 54dfb64596
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -6,7 +6,7 @@
#include <climits>
#include "rng/common.h"
#include "rngxx/common.h"
#define CTOR_COPY(name) name(const name& copy)
#define CTOR_MOVE(name) name(name&& move)

@ -1 +1 @@
../../include/rng/common.h
../../include/rngxx/common.h

@ -1,5 +1,5 @@
#include <rng.h>
#include <rngxx.h>
#include <range.h>
constexpr const static util::range<f64> SAMPLE_RANGE { 0.0, 1.0 };

Loading…
Cancel
Save