Skip to content

Instantly share code, notes, and snippets.

View CalicoCatalyst's full-sized avatar

cat CalicoCatalyst

View GitHub Profile
@CalicoCatalyst
CalicoCatalyst / GenRanNum
Created September 4, 2017 00:29
GenRanNum
package net.insxnity.genrannum;
import java.util.Arrays;
import java.util.Random;
public class GenRanNum {
/* public static void main(String[] args) {
// Using the method of a separate main class allows you to configure multiple bots,
// And additionally, to pass any needed arguments to each bot
JBotLibTest jBotLibTestBotObject = new JBotLibTest();