Skip to content

soranoo/Unity-Seed-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unity-Seed-Control

Project start on 15-Sep-2022

Scripts for multi-seed usage. Allow getting random numbers in different seeds easily.

License: GPL v3 GitHub top language  Donation

🗝️ Features

  • Use custom seed without affecting the global seed.

👾 Usage

Use custom seed:

// define a seed
Seed seed = new Seed("my_seed");

// get a random number in your custom seed
seed.RandomNumber(0, 100);

Use global seed:

// get a random number in the global seed
UnityEngine.Random.Range(0, 100)

⭐ TODO

  • Waiting for your suggestion.

🐛 Known Issues

  • Waiting for your report.

☕ Donation

Love the scripts? Consider a donation to support our work.

"Donation" <- click me~

About

Scripts for multi-seed usage. Allow getting random numbers in different seeds easily.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages