Removed unnecessary references and cleaned up scripts.

This commit is contained in:
Redacted by Stellabellum INC
2015-01-18 02:05:57 -08:00
parent ce85aef6a7
commit 4ca8da7c31
3103 changed files with 5836 additions and 19197 deletions
@@ -1,11 +1,7 @@
/**
* Title: random
* Description: Random number generator. Algorithm taken from Numerical
* Methods in C, func ran3().
* Copyright: Copyright (c) 2001
* Company: Sony Online Entertainment
* @author Steve Jakab
* @version 1.0
/*
Title: random
Description: Random number generator. Algorithm taken from Numerical
Methods in C, func ran3().
*/
package script;