Skip to content

Instantly share code, notes, and snippets.

View Redstoneguy129's full-sized avatar
🎯
Focusing

Cameron Whyte Redstoneguy129

🎯
Focusing
View GitHub Profile

Seed Cracking

Part 1: A little explanation about Java Random

  • java.util.Random, An instance of this class is used to generate a stream of pseudorandom numbers. The class uses a 48-bit seed, which is modified using a linear congruential formula. (See Donald Knuth, The Art of Computer Programming, Volume 2, Section 3.2.1.)

  • This class has 6 nifty functions:

    • nextBoolean()
    • nextDouble()
  • nextFloat()

As a contributor to Ani4Plex, you grant Ani4Plex the following:
You grant Ani4Plex a license to use your code contributed to the primary codebase, under the GNU General Public License v3.0.
You assign copyright ownership of your contributions to the codebase to Ani4Plex, where it will be licensed under the GNU General Public License v3.0.
This is intended as a legally binding copyright assignment to the Ani4Plex project for contributions under the codebase. However you retain your copyright for all other contributions.

Keybase proof

I hereby claim:

  • I am Redstoneguy129 on github.
  • I am redstoneguy129 (https://keybase.io/redstoneguy129) on keybase.
  • I have a public key whose fingerprint is C3D9 8E34 BAC2 1CC9 39E3 1479 6A3D 7332 27B7 266E

To claim this, I am signing this object:

As a contributor to Metamorphosis, you grant Metamorphosis the following:
You grant Metamorphosis a license to use your code contributed to the primary codebase, under the Apache-2.0 License.
You assign copyright ownership of your contributions to the codebase to Metamorphosis, where it will be licensed under the Apache-2.0 License.
This is intended as a legally binding copyright assignment to the Metamorphosis project for contributions under the codebase. However you retain your copyright for all other contributions.

Professionally stupid, Full stack idiot.

This file has been truncated, but you can view the full file.
[30Jun2020 18:19:39.928] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[30Jun2020 18:19:39.937] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication/]: Environment: PROD
[30Jun2020 18:19:39.940] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication/]: Logging in with username & password
[30Jun2020 18:19:40.622] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Redstoneguy129, --gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20200625.160719, --fml.mcVersion, 1.16.1, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 32.0.23, --version, MOD_DEV, --assetIndex, 1.16, --assetsDir, C:\Users\Cameron\.gradle\caches\forge_gradle\assets, --uuid, 748225fdc372463c82197ef8490d7c0d, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, []]
[30Jun2020 1
@Redstoneguy129
Redstoneguy129 / redlibUpdate.json
Created December 22, 2019 15:10
For my Api Library
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/redlib",
"promos": {
"1.14.4-latest": "1.0.1",
"1.14.4-recommended": "1.0.1"
},
"1.14.4": {
"1.0.1": "Release"
}
}
@Redstoneguy129
Redstoneguy129 / trixcraftUpdate.json
Last active February 20, 2020 12:41
For the Trixcraft mod
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/trixcraft",
"promos": {
"1.14.4-latest": "0.1.0.2",
"1.14.4-recommended": "0.1.0.2"
},
"1.14.4": {
"0.1.0.1": "Alpha Build",
"0.1.0.2": "Multiplayer Update"
}