bit101 / quicksettings

JavaScript library for making a quick settings panel to control code parameters.
MIT License
458 stars 52 forks source link

Range controller: Generate random value within specified min max range #34

Open stixan opened 7 years ago

stixan commented 7 years ago

I am looking for the easiest way to generate a random value for a Range controller within its specified mix max range. In addition to getValue() it would be great to have a getMin()/getMax(). Any chance this will be included in a future update?