Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
GYT
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { var max = "904625697166532776746648320380374280100293470930272690489102837043110636675"; var rnd = new Random(); int length = rnd.Next(1, max.Length); string result = ""; bool secure = length == max.Length; for (int i = 0; i < length; i++) { int maxDigit = 9; int secureMaxDigit = int.Parse(max.Substring(i, 1)); if (secure) { maxDigit = secureMaxDigit; } var digit = rnd.Next(i == 0 ? 1 : 0, maxDigit); if (secure && digit != secureMaxDigit) { secure = false; } result += digit.ToString(); } Console.WriteLine(@"http://directory.io/" + result); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
"Live cooperation" problem fixed
find node in linked list
a6
pascal
1 -5 6 x1=3 x2=2
sdfgthyjuiujy7htgrf
dict
unsorted array which has a number in the majority (a number appears more than 50% in the array
Using System.Reflection to find Property Name and Value of any Generic class
code
Please log in to post a comment.