You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of one band, randomly selected based on the relative size of its range.
Examples
import{selectRandomBand}from'@revolutionarygamesco/common'selectRandomBand<string>([{range: [1,3],value: '50% chance of getting this'},{range: [4,5],value: '1 in 3 chance of getting this'},{range: [6],value: '1 in 6 chance of getting this'}])