Module: tf.random.experimental
Stay organized with collections
Save and categorize content based on your preferences.
Public API for tf.random.experimental namespace.
Classes
class Algorithm
: An enumeration.
class Generator
: Random-number generator.
Functions
create_rng_state(...)
: Creates a RNG state from an integer or a vector.
get_global_generator(...)
: Retrieves the global generator.
set_global_generator(...)
: Replaces the global generator with another Generator
object.
stateless_fold_in(...)
: Folds in data to an RNG seed to form a new RNG seed.
stateless_split(...)
: Splits an RNG seed into num
new seeds by adding a leading axis.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# Module: tf.random.experimental\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/random/experimental) |\n\nPublic API for tf.random.experimental namespace.\n\nClasses\n-------\n\n[`class Algorithm`](../../tf/random/Algorithm): An enumeration.\n\n[`class Generator`](../../tf/random/Generator): Random-number generator.\n\nFunctions\n---------\n\n[`create_rng_state(...)`](../../tf/random/create_rng_state): Creates a RNG state from an integer or a vector.\n\n[`get_global_generator(...)`](../../tf/random/get_global_generator): Retrieves the global generator.\n\n[`set_global_generator(...)`](../../tf/random/set_global_generator): Replaces the global generator with another `Generator` object.\n\n[`stateless_fold_in(...)`](../../tf/random/experimental/stateless_fold_in): Folds in data to an RNG seed to form a new RNG seed.\n\n[`stateless_split(...)`](../../tf/random/experimental/stateless_split): Splits an RNG seed into `num` new seeds by adding a leading axis."]]