Releases: MrRoblick/RobloxRandom
Releases · MrRoblick/RobloxRandom
Release list
Added single mode
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