public final class AnonymousRandomSeedGenerator extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static AnonymousRandomSeedGenerator |
create(Scope scope,
Operand<Long> seed,
Operand<Long> seed2)
Factory method to create a class wrapping a new AnonymousRandomSeedGenerator operation.
|
Output<?> |
deleter() |
Output<?> |
handle() |
equals, hashCode, op, toStringpublic static AnonymousRandomSeedGenerator create(Scope scope, Operand<Long> seed, Operand<Long> seed2)
scope - current scopeseed - seed2 - public Output<?> handle()
public Output<?> deleter()
Copyright © 2015–2019. All rights reserved.