https://github.com/xjine/unity_xorshift
Xorshift is one of algorithm to generate random number.
https://github.com/xjine/unity_xorshift
assets unity
Last synced: about 1 month ago
JSON representation
Xorshift is one of algorithm to generate random number.
- Host: GitHub
- URL: https://github.com/xjine/unity_xorshift
- Owner: XJINE
- License: bsd-3-clause
- Created: 2022-06-27T10:33:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-06T16:14:47.000Z (12 months ago)
- Last Synced: 2025-10-06T03:37:03.612Z (9 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_Xorshift
Xorshift is one of algorithm to generate random number.
## Importing
You can use Package Manager or import it directly.
```
https://github.com/XJINE/Unity_Xorshift.git?path=Assets/Packages/Xorshift
```