Skip to content

Commit

Permalink
Removing extra comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
mina-asham committed May 1, 2015
1 parent 05defde commit e68e651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion algs4/stdlib/StdRandom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public static bool Bernoulli(double p)

/// <summary>
/// Returns a boolean, which is true with probability .5, and false otherwise.
/// Returns a boolean, which is true with probability .5, and false otherwise.
/// </summary>
/// <returns></returns>
public static bool Bernoulli()
Expand Down

0 comments on commit e68e651

Please sign in to comment.