RandomShift MethodsAerospike
The RandomShift type exposes the following members.
Methods

  NameDescription
Public methodNext 
Generate random unsigned integer.
Public methodNext(Int32, Int32)
Generate random integer between begin (inclusive) and end (exclusive).
Public methodNextBytes
Generate random bytes.
Public methodNextLong
Generate random unsigned long value.
Back to Top
See Also