From 73e1da2e9f80c4dc2fb5ebcc4c8c882dbc5783e1 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 4 Feb 2017 19:15:12 +0000 Subject: [PATCH] Added more comments --- src/random.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/random.h b/src/random.h index b41a7262..f85ca167 100644 --- a/src/random.h +++ b/src/random.h @@ -35,6 +35,9 @@ SOFTWARE. namespace etl { + //*************************************************************************** + /// The base for all 32 bit random number generators. + //*************************************************************************** class random { public: