Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 447 Bytes

File metadata and controls

15 lines (9 loc) · 447 Bytes

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