Update Random.cpp
Convert multi line comments into single line comments and fix some unneeded punctuation
This commit is contained in:
parent
1a7e8cebad
commit
0410cdd60f
|
@ -1,9 +1,5 @@
|
||||||
/*
|
// Implements the CRandom class
|
||||||
* Implements the CRandom class.
|
// This class implements the Lehmer Random Number Generator
|
||||||
*
|
|
||||||
* This class implements the Lehmer Random Number Generator.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "Random.h"
|
#include "Random.h"
|
||||||
|
|
Loading…
Reference in New Issue