Update Random.h

Convert to single line comments and remove punctuation
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 17:54:40 -05:00
parent 0410cdd60f
commit 38263c8270
1 changed files with 3 additions and 6 deletions

View File

@ -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 <Common/stdtypes.h>