Update Random.cpp

Convert multi line comments into single line comments and fix some unneeded punctuation
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 17:54:15 -05:00
parent 1a7e8cebad
commit 0410cdd60f
1 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,5 @@
/*
* Implements the CRandom class.
*
* This class implements the Lehmer Random Number Generator.
*
*/
// Implements the CRandom class
// This class implements the Lehmer Random Number Generator
#include "stdafx.h"
#include "Random.h"