FredericRP Bucket Generator
a Bucket, or Bean, generator to improve your random set.
com.fredericrp.bucketgenerator 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/bucketgenerator.git README Markdown
Copy this to your project's README.md
## Installation
Add **FredericRP Bucket Generator** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/bucketgenerator.git
```
[](https://www.pkglnk.dev/pkg/bucketgenerator)Used By (1)
README
Bucket Generator
A bucket (or bean bag) is a tool to get random numbers within an interval only once.

This bucket generator provides an easy way for random round robin algorithm.
Usage
Instantiate a new BucketGenerator and call GetRandomNumber to obtain a number from the bucket.
Demo
A demo scene is present under the Sample folder.

Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In