Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 504 Bytes

File metadata and controls

15 lines (10 loc) · 504 Bytes

RandomGen

Random Number Generator

Quickstart

  1. Created by Visual Studio 2017 and .NET 3.5
  2. Build and locate RandomGen.exe file

Example

if you would like to have reults on csv file, at the end of execution answer yes (y or Y) when you asked Would you like to have generated random numbers saved on a file ? [y / any other key to exit]:

C:\myCode\RandomGen\RandomGen\bin\Debug>randomgen.exe

results will be save into randomgen.exe.csv file into same directory you are executing the file.