Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a compatible "Random" of the C# in TypeScript #7

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

x2nie
Copy link

@x2nie x2nie commented Sep 27, 2024

as we discussed in #5 , here the final work of Random class that generates identical sequence numbers compared to MarkovJunior C#.

Note: I just installing new OS, so I lack of .NET currently, you may need to reassure that the result is identical ( TS vs C$).

@x2nie
Copy link
Author

x2nie commented Sep 27, 2024

Another features shipped with this PR:

@x2nie
Copy link
Author

x2nie commented Sep 28, 2024

Driven by curious, I installed .NET in my Linux machine; to make sure whether the random class is working properly.
So here is the comparison of Apartemazements with seed: 833305277 ::

C# of MarkovJunior generates:

278

Our/Mine result:

image

@x2nie
Copy link
Author

x2nie commented Oct 22, 2024

@Yuu6883 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants