Skip to content

Instantly share code, notes, and snippets.

View adnansiddique37's full-sized avatar

adnansiddique37

View GitHub Profile
@adnansiddique37
adnansiddique37 / Random
Created October 27, 2015 13:56 — forked from subena22jf/Random
c# Random with long values
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System.Maths
{
public class Random
{
public int index;