I’m pretty new to c# and recently I’m trying out a random generator using fruits from a text file for example Apples Oranges Pears Kiwis
.. and so on. However I wasn’t able to do it as I didn’t have unixengine installed to run the random.next command. Is there another way where I can draw the input from the text file as an array then use a command to randomise the output without duplicating.
Apparently I can’t run my codes about and I’m at a lost at what to do! Sorry again! I just started c# a few weeks ago! Any help to guide me would help a lot!