{"id":69329,"date":"2026-06-04T01:51:35","date_gmt":"2026-06-03T22:51:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/"},"modified":"2026-06-04T01:51:35","modified_gmt":"2026-06-03T22:51:35","slug":"faster-random","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/","title":{"rendered":"Faster Random"},"content":{"rendered":"<p>Faster Random has been archived as of 2025-12-27, and has not been publicly updated in over a year.<\/p>\n<p>This is because I&#8217;ve both heard of and gotten far too many conflicting results about this mod&#8217;s performance, and feel as though this mod should not be relied on as a result. Any performance gain you notice could potentially just be a placebo effect (especially since your JVM may force the mod to disable itself!), or may outweight the impacts to vanilla parity on your world.<\/p>\n<p>This arises from the fact that the generator is dependent on specific conditions arising to noticably beat Minecraft&#8217;s generators, and I don&#8217;t think random functions occupy enough CPU time to make any increase apparent. I really don&#8217;t have any idea of if this makes a big server run meaningfully faster or not at this point, and my system may be too bottlenecked to know.<\/p>\n<p>Consider this to be only reccomended for use with worlds that previously were generated with Faster Random, to keep parity. This will be the only form of support provided. **The potential for &#8216;some&#8217; gain isn&#8217;t really worth losing vanilla parity.**<\/p>\n<p>TL:DR: On paper, Faster Random is faster _in theory_, but this is situational, and something that I haven&#8217;t been able to reliably test.<\/p>\n<details>\n<summary>Additional Findings<\/summary>\n<p>Oddly enough, my old findings of L64X128MixRandom being 2x slower than base, vanilla XoroShiro128++ on repeat constructions are not showing up anymore. I&#8217;m not sure if JDK&#8217;s improved on this behaviour over time, but it _is_ still situational (at the level of the player&#8217;s actions, at least) even without the prior consideration.<\/p>\n<p>Again, this finding is **nowhere near** enough to convince me that this mod is actually doing anything.<\/p>\n<\/details>\n<details>\n<summary>2024 Mod Description<\/summary>\n<p># Faster Random<br \/>\nFaster Random is a rewrite of Minecraft&#8217;s random systems to use the new LXM generators introduced in Java 17, instead of the slower CheckedRandom (and related generators) within Minecraft. Most JVM&#8217;s should support the generator by default, but **check your logs for any warnings!**<\/p>\n<p>This also patches the MC-239059 &#8220;bug&#8221;(which doesn&#8217;t have much of an effect on the game, but is still a bug.)<\/p>\n<p>Faster Random&#8217;s generators take more time to construct on most systems (I only have my Linux AMD system to go off of), but are much faster to generate numbers. Since minecraft re-uses many generators (meaning the construction penalty is avoided), the performance gain can vary largely.<\/p>\n<p>**Performance** can be tested via the testmod, which runs a benchmark against each method when run. <\/p>\n<p>Currently, Faster Random **targets the slower random generators**, which creates a performance boost with world structure placement\/generation, and feature + carver placement and generation, alongside a lot of client-side things like dropped items. Currently Faster Random does not do anything to the faster generators _yet_. (Until I&#8217;m sure it&#8217;ll improve performance noticably and not cause more harm than good)<\/p>\n<p>## Should you use this mod?<\/p>\n<p>It&#8217;s likely that Faster Random will only improve worldgen performance up to a certain extent, as **you&#8217;ll quickly hit a RAM and I\/O bottleneck from the increased amount of chunks stored in RAM\/being written to disk.** This isn&#8217;t a bad thing, this just means that you&#8217;re generating chunks faster than the rest of your system can store them. Depending on your system, your mileage may vary **greatly**.<\/p>\n<p>As a result, this mod provides the most performance in situations where **the server thread(s) are CPU bottlenecked** (singleplayer runs on an internal server), but have access to a decent amount of fast memory and storage (DDR4 RAM, and a SATA III or better HDD).<\/p>\n<p>For world generation, Faster Random is _almost_ 1:1, but **some cave shapes will generate differently to Vanilla.** Everything else is 1:1. It&#8217;s likely that these differences will be unnoticiable, but shouldn&#8217;t be used for parity-sensitive things like speedrunning. **Optifine&#8217;s math optimizations do far more damaging changes to worldgen than Faster Random.**<\/p>\n<p>Faster Random does not need to be on both the client and server. Faster Random can provide a small performance boost client-side, as quite a few things are still random there.<\/p>\n<p>## System Requirements (3.0.0+)<br \/>\n&#8211; A JVM that fully supports Java 17&#8217;s new `RandomGenerator` system, **and implementations of the LXM generators alongside it**. (example: GraalVM). **Having an unsupported JVM will disable Faster Random,** and will require you to use Faster Random 1.6.0. If your JVM doesn&#8217;t support this, chances are it&#8217;s not a good JVM.<\/p>\n<p>(**Note:** You may be unknowingly using a headless JDK for Minecraft, which breaks Faster Random due to a variety of strange reasons. Please check if you have downloaded the correct JDK\/Package if Faster Random is crashing.)<\/p>\n<p>If you&#8217;re using the normal Minecraft Launcher, **this mod should work fine with the bundled JVM**, and you&#8217;re free to ignore these instructions if no warning shows up in your logs.<\/p>\n<p>## Usage with other mods<\/p>\n<p>Faster Random should work well with a large variety of mods, especially after 4.0.0. Faster Random will also actively support most major worldgen mods and Distant Horizons.<\/p>\n<p>Faster Random also **can perform better alongside other terrain optimization mods such as Noisium and C2ME**, thanks to them making better leverage of Minecraft&#8217;s random systems with multithreading. **Ideally,** you should use Noisium + Faster Random, and throw as much ram (10GB+) as you can spare at Minecraft when using Distant Horizons (C2ME has a performance hit with DH). Faster Random can leverage Noisium for a reduction in CPU usage from world generation.<\/p>\n<p>## Forge?<br \/>\n**Francium** is an _unofficial_ forge variant for **1.16 and 1.18**, which mostly does what Faster Random does, albeit **without the worldgen optimizations.** For 1.20.1 and these worldgen changes, **Sinytra Connector** should be able to run the mod with a &#8220;stable enough&#8221; experience. For 1.20.1+, you can try using the NeoForge port.<\/p>\n<p>Faster Random&#8217;s Icon is licensed under **CC-BY-SA**. Code is licensed under **Apache 2.0**.<\/p>\n<p>Like this mod? Feel free to support development by contributing code, creating bug reports, and letting others know about it (it helps a lot)!<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>[NOTE: This mod is now only intended for use with pre-existing Faster Random worlds]<\/p>\n","protected":false},"featured_media":69330,"template":"","meta":{"_minecraft_slug":"faster-random","_minecraft_project_id":"RfFxanNh","_minecraft_author":"AnOpenSauceDev","_minecraft_license":"Apache-2.0","_minecraft_downloads":4933211,"_minecraft_follows":539,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"faster-random.zip","_minecraft_size_bytes":2132612,"_minecraft_version_count":20,"_minecraft_updated_at":"2026-05-16T01:18:06.087595Z","_minecraft_date_created":"2023-07-01T00:59:33.981362Z","_minecraft_date_modified":"2024-11-04T07:10:12.753207Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/faster-random","_minecraft_icon_attachment_id":69330,"_minecraft_imported_at":"2026-06-03T22:51:36+00:00","_minecraft_import_hash":"b7c8fa0dffc675ae976534d41809569e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,122,158,90,98,92],"mod_loader":[99,160,100],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,141,102,62,37],"class_list":["post-69329","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-magic","mod_category-neoforge","mod_category-optimization","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-5-pre1","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Faster Random - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Faster Random - Minecraft\" \/>\n<meta property=\"og:description\" content=\"[NOTE: This mod is now only intended for use with pre-existing Faster Random worlds]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/\",\"name\":\"Faster Random - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/faster-random-icon-73ade6aa425b2d03517c8fa65f0f478a73ee94fc_96.webp\",\"datePublished\":\"2026-06-03T22:51:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/faster-random-icon-73ade6aa425b2d03517c8fa65f0f478a73ee94fc_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/faster-random-icon-73ade6aa425b2d03517c8fa65f0f478a73ee94fc_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/faster-random\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Faster Random\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Faster Random - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/","og_locale":"en_US","og_type":"article","og_title":"Faster Random - Minecraft","og_description":"[NOTE: This mod is now only intended for use with pre-existing Faster Random worlds]","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/","name":"Faster Random - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/faster-random-icon-73ade6aa425b2d03517c8fa65f0f478a73ee94fc_96.webp","datePublished":"2026-06-03T22:51:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/faster-random-icon-73ade6aa425b2d03517c8fa65f0f478a73ee94fc_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/faster-random-icon-73ade6aa425b2d03517c8fa65f0f478a73ee94fc_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/faster-random\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Faster Random"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/69329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/69330"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=69329"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=69329"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=69329"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=69329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}