Stories recently tagged with 'Random'

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

submitted by resabioresabio(95) 4 months, 3 days 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: 42

tags: another

Some Thoughts About Random Generation(nayyeri.net)

submitted by simonechsimonech(10.1k) 4 years, 1 month 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, 5 months 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: 210

tags: another

Cool WPF Note taker application(notescraps.com)

submitted by achh1achh1(245) 5 years, 3 months ago

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

2 comments |category: |Views: 532

tags: another

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

submitted by CarlosMPerezCarlosMPerez(160) 5 years, 4 months 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: 2650

tags: another