Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Fixed error in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Malachi Griffie committed Dec 8, 2013
1 parent aa06f26 commit 5266e92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/nexus/math/TinyMersenneTwisterGenerator.as
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ import flash.utils.*;
/**
* Actionscript port of the TinyMT random number generator, a small-footprint
* variant of the Mersenne Twister.
*
* <p> Original algorithm by Mutsuo Saito and Makoto Matsumoto.
* http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/TINYMT/index.html
* Original algorithm by Mutsuo Saito and Makoto Matsumoto.
* @see http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/TINYMT/index.html
*/
public class TinyMersenneTwisterGenerator implements ISeededPRNG
{
Expand Down

0 comments on commit 5266e92

Please sign in to comment.