Java com.badlogic.gdx.math RandomXS128 fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.math RandomXS128 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.math RandomXS128.

The text is from its open source code.

Constructor

RandomXS128(long seed)
Creates a new random number generator using a single long seed.
RandomXS128()
Creates a new random number generator.

Method

floatnextFloat()
Returns a pseudo-random, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.