temperatureKelvin static method

double temperatureKelvin()

Implementation

static double temperatureKelvin() {
  return 0 + _random.nextDouble() * 10000; // 0-10000 K
}