I'm looking for some succinct, modern C# code to generate a random double number between 1.41421
and 3.14159
. where the number should be [0-9]{1}.[0-9]{5}
format.
I'm thinking some solution that utilizes Enumerable.Range
somehow may make this more succinct.