Add spacing between method declarations

This commit is contained in:
Oliver Booth 2021-03-07 17:52:02 +00:00
parent 9ebff198a0
commit c0425d0afd
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ namespace X10D.RandomExtensions
return random.NextDouble() >= 0.5;
}
/// <summary>
/// Returns a random double-precision floating point number that is within a specified range.
/// </summary>