Java java.util SplittableRandom fields, constructors, methods, implement or subclass

Example usage for Java java.util SplittableRandom fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util SplittableRandom.

The text is from its open source code.

Constructor

SplittableRandom()
Creates a new SplittableRandom instance that is likely to generate sequences of values that are statistically independent of those of any other instances in the current program; and may, and typically does, vary across program invocations.