From 38263c8270d95865b63b58a1aff4f314d4e20950 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Tue, 16 Mar 2021 17:54:40 -0500 Subject: [PATCH] Update Random.h Convert to single line comments and remove punctuation --- Source/Common/Random.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Source/Common/Random.h b/Source/Common/Random.h index 10c22ff88..cb8569f2c 100644 --- a/Source/Common/Random.h +++ b/Source/Common/Random.h @@ -1,9 +1,6 @@ -/* - * Defines the CRandom class. - * - * This class implements the Lehmer Random Number Generator. - * - */ +// Defines the CRandom class +// This class implements the Lehmer Random Number Generator + #pragma once #include