Spelling
This commit is contained in:
parent
74da81e833
commit
e5aa1db7ae
@ -10,7 +10,7 @@ namespace FastRng.Double
|
||||
/// <summary>
|
||||
/// This class uses the George Marsaglia's MWC algorithm. The algorithm's implementation based loosely on John D.
|
||||
/// Cook's (johndcook.com) implementation (https://www.codeproject.com/Articles/25172/Simple-Random-Number-Generation).
|
||||
/// Thanks John for your work.
|
||||
/// Thanks John for the inspiration.
|
||||
/// </summary>
|
||||
public sealed class MultiThreadedRng : IRandom
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ namespace FastRng.Float
|
||||
/// <summary>
|
||||
/// This class uses the George Marsaglia's MWC algorithm. The algorithm's implementation based loosely on John D.
|
||||
/// Cook's (johndcook.com) implementation (https://www.codeproject.com/Articles/25172/Simple-Random-Number-Generation).
|
||||
/// Thanks John for your work.
|
||||
/// Thanks John for the inspiration.
|
||||
/// </summary>
|
||||
public sealed class MultiThreadedRng : IRandom
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user