BlockRandom
✖
BlockRandom
evaluates expr with all pseudorandom generators localized, so that uses of SeedRandom, RandomInteger, and related functions within the evaluation of expr do not affect subsequent pseudorandom sequences.
Details and Options

- BlockRandom[expr] in effect saves the states of all pseudorandom generators before evaluating expr, then restores them afterwards.
- BlockRandom[expr] always gives the same result as just evaluating expr, though it can affect values obtained for subsequent expressions.
- BlockRandom[expr,RandomSeeding->seeding] specifies that the random generators should be seeded with the specified seeding before evaluating expr.
- BlockRandom has attribute HoldFirst.
- Many built-in functions in the Wolfram Language effectively use BlockRandom.
Examples
open allclose allBasic Examples (2)Summary of the most common use cases
Use BlockRandom to localize the use of a pseudorandom generator:

https://wolfram.com/xid/0rtadeduu-cs

Use BlockRandom to prevent one use of a randomized algorithm from affecting others:

https://wolfram.com/xid/0rtadeduu-sw2


https://wolfram.com/xid/0rtadeduu-fue

Scope (1)Survey of the scope of standard use cases
BlockRandom works with all pseudorandom generators in the Wolfram Language:

https://wolfram.com/xid/0rtadeduu-dlz


https://wolfram.com/xid/0rtadeduu-fpk

Options (3)Common values & functionality for each option
RandomSeeding (3)
Use a particular random seed to ensure predictable results:

https://wolfram.com/xid/0rtadeduu-b4pm67


https://wolfram.com/xid/0rtadeduu-ga4rgy

When a generator is used outside BlockRandom, the results without seeding are changed:

https://wolfram.com/xid/0rtadeduu-fjf73s


https://wolfram.com/xid/0rtadeduu-j9glhv


https://wolfram.com/xid/0rtadeduu-etyzfp

Use a RandomGeneratorState object to simultaneously specify the seed and method:

https://wolfram.com/xid/0rtadeduu-0tmjou

Use Automatic seeding to get different results every time:

https://wolfram.com/xid/0rtadeduu-jui22b


https://wolfram.com/xid/0rtadeduu-dnd6p4

Applications (2)Sample problems that can be solved with this function
Run a randomized algorithm without affecting other random sequences:

https://wolfram.com/xid/0rtadeduu-gwl


https://wolfram.com/xid/0rtadeduu-v1w
Compute a Monte Carlo approximation to :

https://wolfram.com/xid/0rtadeduu-bb

BlockRandom prevents other random sequences from being affected:

https://wolfram.com/xid/0rtadeduu-tl3

Get the "same" random number at different precisions:

https://wolfram.com/xid/0rtadeduu-tls

Properties & Relations (1)Properties of the function, and connections to other functions
BlockRandom effectively does the same as resetting the random seed to its previous value:

https://wolfram.com/xid/0rtadeduu-llu


https://wolfram.com/xid/0rtadeduu-txb

Wolfram Research (2007), BlockRandom, Wolfram Language function, https://reference.wolfram.com/language/ref/BlockRandom.html (updated 2017).
Text
Wolfram Research (2007), BlockRandom, Wolfram Language function, https://reference.wolfram.com/language/ref/BlockRandom.html (updated 2017).
Wolfram Research (2007), BlockRandom, Wolfram Language function, https://reference.wolfram.com/language/ref/BlockRandom.html (updated 2017).
CMS
Wolfram Language. 2007. "BlockRandom." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2017. https://reference.wolfram.com/language/ref/BlockRandom.html.
Wolfram Language. 2007. "BlockRandom." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2017. https://reference.wolfram.com/language/ref/BlockRandom.html.
APA
Wolfram Language. (2007). BlockRandom. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BlockRandom.html
Wolfram Language. (2007). BlockRandom. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BlockRandom.html
BibTeX
@misc{reference.wolfram_2025_blockrandom, author="Wolfram Research", title="{BlockRandom}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/BlockRandom.html}", note=[Accessed: 04-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_blockrandom, organization={Wolfram Research}, title={BlockRandom}, year={2017}, url={https://reference.wolfram.com/language/ref/BlockRandom.html}, note=[Accessed: 04-April-2025
]}