Stories recently tagged with 'Random'

Randomizing Enumerables via Extension Methods(www.danielahill.com)

submitted by resabioresabio(80) 18 days, 1 hour ago

Randomize all the values in an IEnumerable or choose a random value using extension methods and LINQ, enumerating the collection only once. read more...

add a comment |category: |Views: 40

tags: another

Some Thoughts About Random Generation(nayyeri.net)

submitted by simonechsimonech(10.1k) 3 years, 10 months ago

Generating string values is a type of random value generation which is more common than the past in the modern programming scenarios. However, there are several ways to generate random integers and strings based on your development platform and your requirements. read more...

add a comment |category: |Views: 3

tags: another

Selecting Random Records With SQL(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 1 month ago

Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code? Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and I’ll show you how. read more...

1 comment |category: |Views: 204

tags: another

Cool WPF Note taker application(notescraps.com)

submitted by achh1achh1(245) 4 years, 11 months ago

This is a cool WPF created application for note taking. No more sticky notes read more...

2 comments |category: |Views: 513

tags: another

Random (and fake) surname generator(codecruncher.blogsome.com)

submitted by CarlosMPerezCarlosMPerez(160) 5 years ago

Answering a code challenge by Jon Galloway (also here in DotNetKicks) to generate random surnames, here's my solution. Feel free to use it for your grid or database needs ! read more...

add a comment |category: |Views: 2625

tags: another