ConstructionPerformance_Sources_jmhType_B1
public static class ConstructionPerformance.Sources extends RandomSourceValues
Constructor | Description |
---|---|
Sources() |
Modifier and Type | Method | Description |
---|---|---|
byte[][] |
getByteSeeds() |
Gets the native seeds for the RandomSource.
|
java.lang.reflect.Constructor<java.lang.Object> |
getConstructor() |
Gets the constructor.
|
java.lang.Class<?> |
getImplementingClass() |
Gets the implementing class.
|
java.lang.Object[] |
getNativeSeeds() |
Gets the native seeds for the RandomSource.
|
java.lang.Object[] |
getNativeSeeds1() |
Gets the native seeds for the RandomSource with arrays truncated to length 1.
|
void |
setup() |
Create the random source and the test seeds.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRandomSource
public java.lang.Object[] getNativeSeeds()
public java.lang.Object[] getNativeSeeds1()
public byte[][] getByteSeeds()
public java.lang.Class<?> getImplementingClass()
public java.lang.reflect.Constructor<java.lang.Object> getConstructor()
public void setup()
setup
in class RandomSourceValues
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.