예제 #1
0
 /// <inheritdoc />
 protected override long GetRandomValue()
 {
     return(RandomUtils.Long(long.MinValue, long.MaxValue));
 }