Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/bucketgenerator.svg?style=pkglnk)](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. bucket

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.

bucket demo

Comments

No comments yet. Be the first!