aboutsummaryrefslogtreecommitdiff
path: root/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'rng.h')
-rw-r--r--rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rng.h b/rng.h
index 105e390..e843bbd 100644
--- a/rng.h
+++ b/rng.h
@@ -27,7 +27,7 @@ public:
uint32_t get_uniform(uint32_t upbound);
};
-class Arc4Rng : public Rng{
+class CryptoRng : public Rng{
public:
uint32_t get();
uint32_t get_uniform(uint32_t upbound);