Software Developer at Expedia Group
-
Expedia Group
- Texas, United States
- https://harsh-daga.netlify.app/
Pinned Loading
-
CryptoTickerBot
CryptoTickerBot PublicA .NET Core program to fetch ticker data from various crypto exchange websites.
-
KomodoRpcClient
KomodoRpcClient PublicA .NET Core WPF App for interacting with a Komodo RPC server.
C#
-
-
Workaround for integral generic cons...
Workaround for integral generic constraints in C# 1using System;
2using System.Linq.Expressions;
3using System.Runtime.CompilerServices;
45public static class Operator
-
A Full Cycle Linear Congruential Gen...
A Full Cycle Linear Congruential Generator implementation in C# 1// https://en.wikipedia.org/wiki/Linear_congruential_generator
2public class LinearCongruentialGenerator
3{
4public const long Increment = 13;
5private static readonly Random Random = new Random ( );
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.