Skip to content
Liu Siwei edited this page Sep 5, 2017 · 2 revisions

Math.rand

import Math

var r = Math.rand($now())
print(r.next())
print(r.next())
print(r.next())
print(r.next())

Introduction

Langauge Guide

Libraries

  • Utility
    • ListUtil
    • StringUtil
    • Math
  • Data Structure
    • LinkedList
    • Stack
    • Heap
    • HeapList
    • HashMap
    • HashSet
  • Others
    • UnitTest
    • Tokenizer

Dev Reference

  • Syntax Sugar
Clone this wiki locally