package random
- Alphabetic
- Public
- All
Type Members
-
class
RandomUtil extends RandomUtilFunctions
Utility functions for working with random numbers.
Utility functions for working with random numbers. It's more convenient to use the companion
RandomUtil
object, unless you need to specify your ownscala.util.Random
instance. -
trait
RandomUtilFunctions extends AnyRef
The trait that implements the actual random utility methods.
Value Members
-
object
RandomUtil extends RandomUtilFunctions
Utility functions for working with random numbers.
Utility functions for working with random numbers. These functions use the default
scala.util.Random
object. To specify your ownRandom
instance, create an instance of theRandomUtil
companion class.