Skip to content

Commit

Permalink
documenting our way out of issue moodmosaic#26
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Mikkelsen committed Jun 29, 2020
1 parent c2b39ef commit a367eb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Src/Fare/Xeger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ public Xeger(string regex, Random random)
}

/// <summary>
/// Initializes a new instance of the <see cref="Xeger"/> class.
/// Initializes a new instance of the <see cref="Xeger"/> class.<br/>
/// Note that if multiple instances are created within short time, using this overload,<br/>
/// the instances might generate identical random strings.<br/>
/// To avoid this - use the constructor overload that accepts an argument of type Random
/// </summary>
/// <param name="regex">The regex.</param>
public Xeger(string regex)
Expand Down

0 comments on commit a367eb3

Please sign in to comment.