OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
139 stars 91 forks source link

Make Shuffle extension method use OsmSharp's RandomGenerator #251

Closed xivk closed 9 years ago

xivk commented 9 years ago

Make Shuffle extension method to shuffle a list use OsmSharp's random generator. At the moment there is not customization and a random number generator is created on each shuffle:

https://github.com/OsmSharp/OsmSharp/blob/master/OsmSharp/Utilities.cs#L181