1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 00:05:42 +00:00

Add spacing between method declarations

This commit is contained in:
Oliver Booth 2021-03-07 17:52:02 +00:00
parent 9ebff198a0
commit c0425d0afd

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>