Class RandomGeneratorFactory<T>
public class RandomGeneratorFactory<T> : JVMBridgeBase<RandomGeneratorFactory<T>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition where T : IRandomGenerator
Type Parameters
- Inheritance
-
RandomGeneratorFactory<T>
- Implements
- Extension Methods
Constructors
RandomGeneratorFactory(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RandomGeneratorFactory(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
All()
public static Stream<RandomGeneratorFactory<RandomGenerator>> All()
Returns
Create()
public T Create()
Returns
- T
T
Create(byte[])
public T Create(byte[] arg0)
Parameters
Returns
- T
T
Create(long)
public T Create(long arg0)
Parameters
Returns
- T
T
Equidistribution()
public int Equidistribution()
Returns
GetDefault()
public static RandomGeneratorFactory<RandomGenerator> GetDefault()
Returns
Group()
public String Group()
Returns
IsArbitrarilyJumpable()
public bool IsArbitrarilyJumpable()
Returns
IsDeprecated()
public bool IsDeprecated()
Returns
IsHardware()
public bool IsHardware()
Returns
IsJumpable()
public bool IsJumpable()
Returns
IsLeapable()
public bool IsLeapable()
Returns
IsSplittable()
public bool IsSplittable()
Returns
IsStatistical()
https://developer.android.com/reference/java/util/random/RandomGeneratorFactory.html#isStatistical()
public bool IsStatistical()
Returns
IsStochastic()
public bool IsStochastic()
Returns
IsStreamable()
public bool IsStreamable()
Returns
Name()
public String Name()
Returns
Of(String)
public static RandomGeneratorFactory<T> Of(String arg0)
Parameters
Returns
Period()
public BigInteger Period()
Returns
StateBits()
public int StateBits()
Returns
Operators
implicit operator RandomGeneratorFactory(RandomGeneratorFactory<T>)
Converter from RandomGeneratorFactory<T> to RandomGeneratorFactory
public static implicit operator RandomGeneratorFactory(RandomGeneratorFactory<T> t)