Skip to content

Commit a17319e

Browse files
🔩 Readme copy update
- A few spelling mistake fixes.
1 parent 24397ce commit a17319e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Alea C#
2-
A simple C# version of the Alea pseudo-random number generator (PRNG) origionally created by Johannes Baagøe.
2+
A simple C# version of the Alea pseudo-random number generator (PRNG) originally created by Johannes Baagøe.
33
<br><br>
44
## Conception
5-
I pretty much made this for a wrok project where I was trying to work out a random number generator to use between systems in C# & Javascript. The results needed to be the same and I came accross Alea. Though there was no C# implementation that I could find, so I made this.
5+
I pretty much made this for a work project where I was trying to work out a random number generator to use between systems in C# & Javascript. The results needed to be the same and I came across Alea. Though there was no C# implementation that I could find, so I made this.
66
<br><br>
77
I use this in my Unity code library <a href="https://github.com/CarterGames/The-Cart">here</a> if you want an example intergration.
88
<br><br>
99
## How to use
10-
First make an instance of the Alea number generator. Its not static to be the most flexiable as you can enter the seed into the constructor. An example below:
10+
First make an instance of the Alea number generator. Its not static to be the most flexible as you can enter the seed into the constructor. An example below:
1111
<br>
1212
```
1313
var alea = new Alea("MySeed");

0 commit comments

Comments
 (0)