Package net.anwiba.commons.lang.random
Class RandomIsNullDecider
- java.lang.Object
-
- net.anwiba.commons.lang.random.RandomIsNullDecider
-
- All Implemented Interfaces:
IIsNullDecider
public class RandomIsNullDecider extends java.lang.Object implements IIsNullDecider
-
-
Constructor Summary
Constructors Constructor Description RandomIsNullDecider(long seed, double probability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNull()
-
-
-
Method Detail
-
isNull
public boolean isNull()
- Specified by:
isNullin interfaceIIsNullDecider
-
-