Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 425 Bytes

File metadata and controls

27 lines (14 loc) · 425 Bytes

RandomInteger

RandomInteger(n)

create a random integer number between 0 and n.

Examples

>> RandomInteger(100)
88

Implementation status

  • ✅ - full supported

Github