Skip to content

Instantly share code, notes, and snippets.

View jessemcdowell's full-sized avatar

Jesse McDowell jessemcdowell

View GitHub Profile
using System;
using System.Collections.Generic;
namespace Jesse.LanguageClassHelper
{
/// <summary>
/// A queue that returns items in random order
/// </summary>
public class RandomOrderQueue<T>
{