Skip to content

Commit

Permalink
Update Random.h
Browse files Browse the repository at this point in the history
Convert to single line comments and remove punctuation
  • Loading branch information
DerekTurtleRoe committed Mar 18, 2021
1 parent 0410cdd commit 38263c8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions 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 <Common/stdtypes.h>

Expand Down

0 comments on commit 38263c8

Please sign in to comment.