Uses of Package
wbs.utils.util.providers.generator.num
Packages that use wbs.utils.util.providers.generator.num
Package
Description
Number and Vector providers, for use in configuration and pattern generation.
Generators for use in
NumProvider and VectorProviderGenerators for
NumProvider.-
Classes in wbs.utils.util.providers.generator.num used by wbs.utils.util.providersClassDescriptionA generator that returns a single double until
DoubleGenerator.refresh()is called, at which point it calculates a new value. -
Classes in wbs.utils.util.providers.generator.num used by wbs.utils.util.providers.generatorClassDescriptionA generator that returns a single double until
DoubleGenerator.refresh()is called, at which point it calculates a new value. -
Classes in wbs.utils.util.providers.generator.num used by wbs.utils.util.providers.generator.numClassDescriptionA simple generator that takes a NumProvider and returns its absolute valueA functional generator that takes any number of NumProviders and returns the sumA generator that takes a NumProvider and clamps it between two other NumProvidersA generator that moves between two NumProviders in one direction over a given period, where it takes period calls to
DoubleGenerator.refresh()to go form start to endA functional generator that takes exactly two NumProviders and divides the first by the secondA generator that returns a single double untilDoubleGenerator.refresh()is called, at which point it calculates a new value.A type of DoubleGenerator that takes some number of NumProviders and operates on them to determine the valueA functional generator that takes more than two NumProviders and returns the maximum valueA functional generator that takes more than two NumProviders and returns the minimum valueA functional generator that takes exactly two NumProviders and returns the first value under the modulo of the secondA functional generator that takes more than two NumProviders and returns their productA generator that moves between two NumProviders over a given period, where it takes period calls toDoubleGenerator.refresh()to go from min to max, and then goes back from max to min over another periodA generator that moves between two NumProviders using a sine wave, over a given period.A generator that returns a random value between two NumProvidersA functional generator that accepts two NumProviders and returns the first minus the second