IN - Input seed type.OUT - Output seed type.SeedConverter<IN,OUT>Long2IntArray, Long2LongArraypublic interface Seed2ArrayConverter<IN,OUT> extends SeedConverter<IN,OUT>
| Modifier and Type | Method | Description |
|---|---|---|
OUT |
convert(IN seed,
int outputSize) |
Converts seed from input type to output type.
|
convertCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.