Update Random.h
Convert to single line comments and remove punctuation
This commit is contained in:
parent
0410cdd60f
commit
38263c8270
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue