You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# 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.
3
3
<br><br>
4
4
## 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.
6
6
<br><br>
7
7
I use this in my Unity code library <ahref="https://github.com/CarterGames/The-Cart">here</a> if you want an example intergration.
8
8
<br><br>
9
9
## 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:
0 commit comments