Skip to content

Added single mode

Latest

Choose a tag to compare

@MrRoblick MrRoblick released this 17 Jun 21:52

Example:

roblox_random single <target> <min> <max>
roblox_random single 67 0 67676767

Output:

Attempting to find seed for target value 67 in range [0, 67676767]...
SUCCESS! Seed found: 4714660359748362
Note: Since only one number was provided, other seeds may produce the same output.

Usage:

print(Random.new(4714660359748362):NextInteger(0, 67676767)) -- prints 67