ListShuffleBenchmark_ShuffleData_jmhType_B1
, ListShuffleBenchmark.ListData
public static class ListShuffleBenchmark.ShuffleData
extends java.lang.Object
Constructor | Description |
---|---|
ShuffleData() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Random |
getRandom() |
Gets the random.
|
org.apache.commons.rng.UniformRandomProvider |
getRNG() |
Gets the uniform random provider.
|
int |
getSize() |
Gets the size.
|
void |
setupGenerators() |
Create the random generators.
|
public int getSize()
public org.apache.commons.rng.UniformRandomProvider getRNG()
public java.util.Random getRandom()
public void setupGenerators()
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.