Used M_Random for Mac? Share your experience and help other users.
Key Details of M_Random
- Cryptographically strong random numbers for REAL Studio/REALbasic.
- Last updated on
- There have been 3 updates
- Virus scan status:
Clean (it’s extremely likely that this software program is clean)
Developer’s Description
- RandomDouble
- RandomBoolean
- RandomInt8
- RandomInt16
- RandomInt32
- RandomInt64
- RandomUInt8
- RandomUInt16
- RandomUInt32
- RandomUInt64
- InRange( value1, value2 )
- InRange_Int64( value1, value2 )
- BetweenValues( value1, value2 ) alias for InRange
- BetweenValues_Int64( value1, value2 ) alias for InRange_Int64
- LessThan( value )
- LessThan_Int64( value )
- ArrayInRange( cnt, value1, value2 )
- ArrayInRange_Int64( cnt, value1, value2 )
- RandomMemoryBlock( mbSize )
- Random.BetweenValues Like InRange, but values can be given in any order
- Random.SeedFromEntropy Same as using Random.Seed = M_Random.RandomUInt32
Used M_Random for Mac? Share your experience and help other users.