Join the Bot Libre open source project at BotLibre.org
Bot Libre Forum : random remembered

RE: random remembered

by admin posted Jan 1 2018, 8:33

There are three random functions in Self.

var choice = random("hello", "hi", "Hey");

var list = [ "hello", "hi", "hey" ];
var choice = list.random();

var object = new Object();
object.name =+ "Jon";
object.name =+ "Jonny";
var choice = object.random(#name);


Id: 20374769
Posted: Jan 1 2018, 8:33
Replies: 0
Views: 2344, today: 2, week: 4, month: 25
0 0 0.0/5